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


Public Member Functions | |
| virtual const sc_event & | value_changed_event () const =0 |
| virtual const T & | read () const =0 |
| virtual const T & | get_data_ref () const =0 |
| virtual bool | event () 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_signal_in_if () | |
Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
Definition at line 55 of file sc_signal_ifs.h.
|
inlineprotected |
Definition at line 78 of file sc_signal_ifs.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |