Base Event Class.
More...
#include <itpp/protocol/events.h>
|
virtual void | exec (void)=0 |
| ADD DOCUMENTATION HERE.
|
|
|
static unsigned long long int | global_id = 0 |
| ADD DOCUMENTATION HERE.
|
|
|
class | Base_Signal |
|
class | Event_Queue |
|
struct | Compare_Base_Event_Times |
|
Base Event Class.
An abstract Base class of Events that can be used to derive new events. All Event classes need to define the exec() function which is called when the event expires. An event has an execution time and an id.
Definition at line 68 of file events.h.
The documentation for this class was generated from the following files: