#include <rc_sc_event.h>
Definition at line 48 of file rc_sc_event.h.
Public Member Functions | |
rc_sc_event () | |
RC_ON_INIT_RESETTABLE () | |
RC_ON_RESET () | |
void | notify () |
void | notify (const sc_time &t) |
void | notify (double t, sc_time_unit tu) |
void | cancel () |
sc_event_or_list & | operator| (const sc_event &e) const |
sc_event_and_list & | operator & (const sc_event &e) const |
operator sc_event & () | |
operator const sc_event & () const | |
Private Attributes | |
sc_event | p_event |
rc_sc_event | ( | ) | [inline] |
Definition at line 52 of file rc_sc_event.h.
RC_ON_INIT_RESETTABLE | ( | ) | [inline] |
Definition at line 58 of file rc_sc_event.h.
RC_ON_RESET | ( | ) | [inline] |
Definition at line 60 of file rc_sc_event.h.
void notify | ( | ) | [inline] |
Definition at line 63 of file rc_sc_event.h.
void notify | ( | const sc_time & | t | ) | [inline] |
Definition at line 66 of file rc_sc_event.h.
void notify | ( | double | t, | |
sc_time_unit | tu | |||
) | [inline] |
Definition at line 69 of file rc_sc_event.h.
void cancel | ( | ) | [inline] |
Definition at line 72 of file rc_sc_event.h.
sc_event_or_list& operator| | ( | const sc_event & | e | ) | const [inline] |
Definition at line 75 of file rc_sc_event.h.
sc_event_and_list& operator & | ( | const sc_event & | e | ) | const [inline] |
Definition at line 78 of file rc_sc_event.h.
operator sc_event & | ( | ) | [inline] |
Definition at line 81 of file rc_sc_event.h.
operator const sc_event & | ( | ) | const [inline] |
Definition at line 84 of file rc_sc_event.h.
sc_event p_event [private] |
Definition at line 88 of file rc_sc_event.h.
Referenced by rc_sc_event::cancel(), rc_sc_event::notify(), rc_sc_event::operator &(), rc_sc_event::operator const sc_event &(), rc_sc_event::operator sc_event &(), rc_sc_event::operator|(), and rc_sc_event::RC_ON_RESET().