4 lines of code do not need extensive documentation. More...
Files | |
file | event.h |
Functions | |
void | event_register (event_callback_t *event_cb) |
void | event_signal (enum event_type event) |
Variables | |
static event_callback_t * | event_process_cb = NULL |
4 lines of code do not need extensive documentation.
void event_register | ( | event_callback_t * | event_cb) |
Register the event callback
[in] | event_cb | The event processing function |
void event_signal | ( | enum event_type | event) |
Dispatch an event to the event processing function
[in] | event | The event type |
|
static |
The event processing callback