#include <rc_signal.h>
Definition at line 280 of file rc_signal.h.
Public Member Functions | |
rc_signal (const sc_module_name &name_=sc_gen_unique_name("signal")) | |
virtual const sc_event & | posedge_event () const |
virtual const sc_event & | negedge_event () const |
virtual bool | posedge () const |
virtual bool | negedge () const |
operator const sc_dt::sc_logic & () const | |
this_type & | operator= (const sc_dt::sc_logic &value) |
this_type & | operator= (const this_type &signal_) |
Protected Member Functions | |
virtual void | update () |
RC_ON_RESET () | |
Protected Attributes | |
sc_event | m_posedge_event |
sc_event | m_negedge_event |
Private Types | |
typedef rc_signal < sc_dt::sc_logic > | this_type |
typedef rc_signal_b < sc_dt::sc_logic > | base_type |
Definition at line 284 of file rc_signal.h.
typedef rc_signal_b<sc_dt::sc_logic> base_type [private] |
Definition at line 285 of file rc_signal.h.
rc_signal | ( | const sc_module_name & | name_ = sc_gen_unique_name("signal") |
) | [inline, explicit] |
Definition at line 288 of file rc_signal.h.
virtual const sc_event& posedge_event | ( | ) | const [inline, virtual] |
Definition at line 295 of file rc_signal.h.
virtual const sc_event& negedge_event | ( | ) | const [inline, virtual] |
Definition at line 298 of file rc_signal.h.
virtual bool posedge | ( | ) | const [inline, virtual] |
Definition at line 301 of file rc_signal.h.
virtual bool negedge | ( | ) | const [inline, virtual] |
Definition at line 304 of file rc_signal.h.
operator const sc_dt::sc_logic & | ( | ) | const [inline] |
Definition at line 309 of file rc_signal.h.
this_type& operator= | ( | const sc_dt::sc_logic & | value | ) | [inline] |
Definition at line 312 of file rc_signal.h.
Definition at line 315 of file rc_signal.h.
void update | ( | ) | [protected, virtual] |
RC_ON_RESET | ( | ) | [inline, protected] |
sc_event m_posedge_event [protected] |
Definition at line 336 of file rc_signal.h.
sc_event m_negedge_event [protected] |
Definition at line 337 of file rc_signal.h.