SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
Specialization of sc_signal_in_if<T> for type bool. More...
#include <sysc/communication/sc_signal_ifs.h>
Public Member Functions | |
virtual const sc_event & | value_changed_event () const =0 |
virtual const sc_event & | posedge_event () const =0 |
virtual const sc_event & | negedge_event () const =0 |
virtual const bool & | read () const =0 |
virtual const bool & | get_data_ref () const =0 |
virtual bool | event () const =0 |
virtual bool | posedge () const =0 |
virtual bool | negedge () 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 () | |
Friends | |
class | sc_reset |
Specialization of sc_signal_in_if<T> for type bool.
Definition at line 96 of file sc_signal_ifs.h.
|
inlineprotected |
Definition at line 132 of file sc_signal_ifs.h.
|
pure virtual |
Implemented in sc_core::sc_signal< bool, POL >, and sc_core::sc_signal< bool, SC_ONE_WRITER >.
|
pure virtual |
Implemented in sc_core::sc_signal< bool, POL >, and sc_core::sc_signal< bool, SC_ONE_WRITER >.
|
pure virtual |
Implemented in sc_core::sc_signal< bool, POL >.
|
pure virtual |
Implemented in sc_core::sc_signal< bool, POL >.
|
pure virtual |
Implemented in sc_core::sc_signal< bool, POL >.
|
pure virtual |
Implemented in sc_core::sc_signal< bool, POL >.
|
pure virtual |
Implemented in sc_core::sc_signal< bool, POL >, and sc_core::sc_signal< bool, SC_ONE_WRITER >.
|
pure virtual |
Implemented in sc_core::sc_signal< bool, POL >, and sc_core::sc_signal< bool, SC_ONE_WRITER >.
|
friend |
Definition at line 99 of file sc_signal_ifs.h.