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_squeue
 
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 507 of file ember-types.h.

Field Documentation

◆ handler

void(* EventActions::handler) (struct Event_s *)

Definition at line 509 of file ember-types.h.

◆ marker

void(* EventActions::marker) (struct Event_s *)

Definition at line 510 of file ember-types.h.

◆ name

const char* EventActions::name

Definition at line 511 of file ember-types.h.

◆ queue

struct EventQueue_s* EventActions::queue

Definition at line 508 of file ember-types.h.


The documentation for this struct was generated from the following file:
  • ember-types.h