#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 |
Protected Member Functions | |
sc_signal_in_if () | |
Friends | |
class | sc_reset |
Definition at line 96 of file sc_signal_ifs.h.
sc_core::sc_signal_in_if< bool >::sc_signal_in_if | ( | ) | [inline, protected] |
Definition at line 132 of file sc_signal_ifs.h.
virtual bool sc_core::sc_signal_in_if< bool >::event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_signal< bool, POL >, and sc_core::sc_signal< bool, SC_ONE_WRITER >.
virtual const bool& sc_core::sc_signal_in_if< bool >::get_data_ref | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_signal< bool, POL >, and sc_core::sc_signal< bool, SC_ONE_WRITER >.
virtual bool sc_core::sc_signal_in_if< bool >::negedge | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_signal< bool, POL >.
virtual const sc_event& sc_core::sc_signal_in_if< bool >::negedge_event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_signal< bool, POL >.
virtual bool sc_core::sc_signal_in_if< bool >::posedge | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_signal< bool, POL >.
virtual const sc_event& sc_core::sc_signal_in_if< bool >::posedge_event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_signal< bool, POL >.
virtual const bool& sc_core::sc_signal_in_if< bool >::read | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_signal< bool, POL >, and sc_core::sc_signal< bool, SC_ONE_WRITER >.
virtual const sc_event& sc_core::sc_signal_in_if< bool >::value_changed_event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_signal< bool, POL >, and sc_core::sc_signal< bool, SC_ONE_WRITER >.
friend class sc_reset [friend] |
Definition at line 99 of file sc_signal_ifs.h.