|
SystemC
2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_semaphore_if.h>


Public Member Functions | |
| virtual int | wait ()=0 |
| virtual int | trywait ()=0 |
| virtual int | post ()=0 |
| virtual int | get_value () const =0 |
Public Member Functions inherited from sc_core::sc_interface | |
| virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
| virtual const sc_event & | default_event () const |
| virtual | ~sc_interface () |
Protected Member Functions | |
| sc_semaphore_if () | |
Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
Definition at line 40 of file sc_semaphore_if.h.
|
inlineprotected |
Definition at line 63 of file sc_semaphore_if.h.
|
pure virtual |
Implemented in sc_core::sc_semaphore.
|
pure virtual |
Implemented in sc_core::sc_semaphore.
|
pure virtual |
Implemented in sc_core::sc_semaphore.
|
pure virtual |
Implemented in sc_core::sc_semaphore.
1.8.6