#include <rc_signal_accessors.h>
Definition at line 188 of file rc_signal_accessors.h.
Public Member Functions | |
RC_EVENT (posedge_event) | |
RC_EVENT (negedge_event) | |
virtual bool | posedge () const |
virtual bool | negedge () const |
Protected Types | |
typedef sc_signal_in_if< T > | if_type |
Protected Member Functions | |
rc_signal_in_accessor_edged_base () |
typedef sc_signal_in_if<T> if_type [protected] |
Reimplemented from rc_signal_in_accessor_base.
Reimplemented in rc_accessor< sc_signal_in_if< bool > >, and rc_accessor< sc_signal_in_if< sc_dt::sc_logic > >.
Definition at line 192 of file rc_signal_accessors.h.
rc_signal_in_accessor_edged_base | ( | ) | [inline, protected] |
Definition at line 194 of file rc_signal_accessors.h.
RC_EVENT | ( | posedge_event | ) |
RC_EVENT | ( | negedge_event | ) |
virtual bool posedge | ( | ) | const [inline, virtual] |
Definition at line 200 of file rc_signal_accessors.h.
virtual bool negedge | ( | ) | const [inline, virtual] |
Definition at line 204 of file rc_signal_accessors.h.