#include <sysc/communication/sc_interface.h>


Public Member Functions | |
| virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
| register a port with this interface (does nothing by default); define this for static design rule checking | |
| virtual const sc_event & | default_event () const |
| get the default event (default: return event that is never notified) | |
| virtual | ~sc_interface () |
| destructor (does nothing) | |
Protected Member Functions | |
| sc_interface () | |
Definition at line 65 of file sc_interface.h.
| sc_core::sc_interface::~sc_interface | ( | ) | [virtual] |
| sc_core::sc_interface::sc_interface | ( | ) | [protected] |
Definition at line 84 of file sc_interface.cpp.
| void sc_core::sc_interface::register_port | ( | sc_port_base & | port_, | |
| const char * | if_typename_ | |||
| ) | [virtual] |
register a port with this interface (does nothing by default); define this for static design rule checking
Reimplemented in sc_core::sc_clock, sc_core::sc_fifo< T >, sc_core::sc_signal< T >, sc_core::sc_core::sc_signal< bool >, sc_core::sc_core::sc_signal< sc_dt::sc_logic >, sc_core::sc_signal_resolved, sc_core::sc_signal_rv< W >, and sc_core::sc_signal< sc_dt::sc_lv< W > >.
Definition at line 62 of file sc_interface.cpp.
| const sc_event & sc_core::sc_interface::default_event | ( | ) | const [virtual] |
get the default event (default: return event that is never notified)
Reimplemented in sc_core::sc_event_queue, sc_core::sc_signal< T >, sc_core::sc_core::sc_signal< bool >, sc_core::sc_core::sc_signal< sc_dt::sc_logic >, and sc_core::sc_signal< sc_dt::sc_lv< W > >.
Definition at line 69 of file sc_interface.cpp.
1.5.5