The sc_event_queue interface class. More...
#include <sysc/communication/sc_event_queue.h>
Public Member Functions | |
virtual void | notify (double when, sc_time_unit base)=0 |
virtual void | notify (const sc_time &when)=0 |
virtual void | cancel_all ()=0 |
The sc_event_queue interface class.
Definition at line 64 of file sc_event_queue.h.
virtual void sc_core::sc_event_queue_if::cancel_all | ( | ) | [pure virtual] |
Implemented in sc_core::sc_event_queue.
virtual void sc_core::sc_event_queue_if::notify | ( | const sc_time & | when | ) | [pure virtual] |
Implemented in sc_core::sc_event_queue.
virtual void sc_core::sc_event_queue_if::notify | ( | double | when, | |
sc_time_unit | base | |||
) | [pure virtual] |
Implemented in sc_core::sc_event_queue.