Event class

An event instance to register for notifications.

Public static variables

static unordered_map<string, Event*> events

Constructors, destructors, conversion operators

Event(const char* base, const char* name)

Function documentation

Event::Event(const char* base, const char* name)

Parameters
base the ESP event base name
name the ESP event base id

Creates an event type with the ESP base and ID values.

Variable documentation

static unordered_map<string, Event*> Event::events

All initialized event instances to be notified.