EventActions Struct Reference
The static part of an event. Each event can be used with only one event queue. More...
#include <
ember-types.h
>
Data Fields |
|
| struct EventQueue_s * | queue |
| void(* | handler )(struct Event_s *) |
| void(* | marker )(struct Event_s *) |
| const char * | name |
The static part of an event. Each event can be used with only one event queue.
Definition at line
549
of file
ember-types.h
.
Field Documentation
◆ handler
| void(* EventActions::handler) (struct Event_s *) |
Definition at line
551
of file
ember-types.h
.
◆ marker
| void(* EventActions::marker) (struct Event_s *) |
Definition at line
552
of file
ember-types.h
.
◆ name
| const char* EventActions::name |
Definition at line
553
of file
ember-types.h
.
◆ queue
| struct EventQueue_s * EventActions::queue |
Definition at line
550
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h