The sc_semaphore_if interface class.
More...
#include <sysc/communication/sc_semaphore_if.h>
The sc_semaphore_if interface class.
Definition at line 46 of file sc_semaphore_if.h.
◆ sc_semaphore_if()
sc_core::sc_semaphore_if::sc_semaphore_if |
( |
| ) |
|
|
inlineprotected |
◆ default_event()
virtual const sc_event& sc_core::sc_interface::default_event |
( |
| ) |
const |
|
virtualinherited |
◆ 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 |
◆ register_port()
virtual void sc_core::sc_interface::register_port |
( |
sc_port_base & |
port_, |
|
|
const char * |
if_typename_ |
|
) |
| |
|
virtualinherited |
◆ 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: