The sc_semaphore_if interface class.
More...
#include <sysc/communication/sc_semaphore_if.h>
The sc_semaphore_if interface class.
Definition at line 40 of file sc_semaphore_if.h.
sc_core::sc_semaphore_if::sc_semaphore_if |
( |
| ) |
|
|
inlineprotected |
virtual int sc_core::sc_semaphore_if::get_value |
( |
| ) |
const |
|
pure virtual |
virtual int sc_core::sc_semaphore_if::post |
( |
| ) |
|
|
pure virtual |
virtual int sc_core::sc_semaphore_if::trywait |
( |
| ) |
|
|
pure virtual |
virtual int sc_core::sc_semaphore_if::wait |
( |
int |
| ) |
|
|
pure virtual |
A new parameter segment ID is added for the out-of-order simulation.
Implemented in sc_core::sc_semaphore.
The documentation for this class was generated from the following file: