#include <event.h>
Public Attributes | |
event_type | type |
unsigned short | time |
unsigned short | data |
The event type represents events as stored in the event queue. Each event is typed. The type is used to identify the subscribers. With each event, a short value (16-bits) can be saved when the event is posted. This value is event specific. There is no semantics and no treatment on it.
Definition at line 62 of file event.h.
|
Small event data. |
|
Small time stamp. |
|
Type of the event. |