Elma
An event loop manager for embedded systems
|
The state in which the oven's door is open and the oven is off. See examples/microwave.cc. More...
Public Member Functions | |
DoorOpen () | |
Make a new state. | |
void | entry (const Event &e) |
Upon entry,. | |
void | during () |
Nothing to do during this state. | |
void | exit (const Event &e) |
Nothing to do upon exiting this state. | |
![]() | |
State () | |
Construct an unnamed State. | |
State (std::string name) | |
Construct a state with the given name. | |
std::string | name () |
int | id () |
void | emit (const Event &e) |
StateMachine & | state_machine () |
The state in which the oven's door is open and the oven is off. See examples/microwave.cc.
Definition at line 106 of file microwave.cc.