event Struct Reference
[Event management]

#include <event.h>

List of all members.

Public Attributes

event_type type
unsigned short time
unsigned short data

Detailed Description

Event description.

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.

Member Data Documentation

unsigned short event::data
 

Small event data.

Definition at line 71 of file event.h.

unsigned short event::time
 

Small time stamp.

Definition at line 68 of file event.h.

event_type event::type
 

Type of the event.

Definition at line 65 of file event.h.

The documentation for this struct was generated from the following file: