ReactESP 3.0.0
Asynchronous programming for the ESP microcontrollers
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Creactesp::EventInterfaceEventInterface defines the interface for all events
 Creactesp::EventEvents are code to be called when a given condition is fulfilled
 Creactesp::ISREventEvent that is triggered on an input pin change
 Creactesp::TimedEventTimedEvents are called based on elapsing of time
 Creactesp::DelayEventEvent that is triggered after a certain time delay
 Creactesp::RepeatEventEvent that is triggered repeatedly
 Creactesp::UntimedEventEvents that are triggered based on something else than time
 Creactesp::StreamEventEvent that is triggered when there is input available at the given Arduino Stream
 Creactesp::TickEventEvent that is triggered unconditionally at each execution loop
 Creactesp::EventLoopMain event loop of a EventLoop program
 Creactesp::TriggerTimeCompare