Definition at line 40 of file Delay.cc.
size_t Time::DelayTimerEvent::getNumber |
( |
| ) |
|
|
virtual |
Returns the event number / ID.
Implements Event.
Definition at line 129 of file Delay.cc.
size_t Time::DelayTimerEvent::serialize |
( |
uint8_t * |
pBuffer | ) |
|
|
virtual |
Given a buffer EVENT_LIMIT bytes long, take the variables present in this object and convert them to a binary form.
It can be assumed that this function will only be called when the Event is about to be dispatched, and so the inhibited mask of the current Thread is available to be changed to what the event handler requires. This change will be undone when the handler completes.
- Parameters
-
pBuffer | The buffer to serialize to. |
- Returns
- The number of bytes serialized.
Implements Event.
Definition at line 119 of file Delay.cc.
The documentation for this class was generated from the following file: