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
536
of file
ember-types.h
.
Field Documentation
◆ handler
void(* EventActions::handler) (struct Event_s *) |
Definition at line
538
of file
ember-types.h
.
◆ marker
void(* EventActions::marker) (struct Event_s *) |
Definition at line
539
of file
ember-types.h
.
◆ name
const char* EventActions::name |
Definition at line
540
of file
ember-types.h
.
◆ queue
struct EventQueue_s * EventActions::queue |
Definition at line
537
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h