SystemC
2.3.2
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 |
virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
virtual const sc_event & | default_event () const |
Protected Member Functions | |
sc_signal_in_if () | |
Friends | |
class | sc_reset |
Specialization of sc_signal_in_if<T> for type bool.
Definition at line 102 of file sc_signal_ifs.h.
|
inlineprotected |
Definition at line 138 of file sc_signal_ifs.h.
|
virtualinherited |
|
pure virtual |
Implemented in sc_core::sc_signal_t< bool, POL >.
|
pure virtual |
Implemented in sc_core::sc_signal_t< 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 >.
|
pure virtual |
Implemented in sc_core::sc_signal_t< bool, POL >.
|
virtualinherited |
|
pure virtual |
Implemented in sc_core::sc_signal_t< bool, POL >.
|
friend |
Definition at line 105 of file sc_signal_ifs.h.