#include <sysc/communication/sc_semaphore_if.h>
Definition at line 42 of file sc_semaphore_if.h.
◆ sc_semaphore_if()
sc_core::sc_semaphore_if::sc_semaphore_if |
( |
| ) |
|
|
inlineprotected |
◆ get_value()
virtual int sc_core::sc_semaphore_if::get_value |
( |
| ) |
const |
|
pure virtual |
◆ post()
virtual int sc_core::sc_semaphore_if::post |
( |
| ) |
|
|
pure virtual |
◆ trywait()
virtual int sc_core::sc_semaphore_if::trywait |
( |
| ) |
|
|
pure virtual |
◆ wait()
virtual int sc_core::sc_semaphore_if::wait |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: