All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
event Struct Reference

event structure More...

Detailed Description

event structure

Definition at line 148 of file event.h.

#include <event.h>

Data Fields

clist_node_t list_node
 event queue list entry

 
event_handler_t handler
 pointer to event handler function

 

Field Documentation

◆ handler

event_handler_t event::handler

pointer to event handler function

Definition at line 150 of file event.h.

◆ list_node

clist_node_t event::list_node

event queue list entry

Definition at line 149 of file event.h.


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