Elma
An event loop manager for embedded systems
|
States for finite state machines (FSM) More...
#include <transition.h>
Public Member Functions | |
Transition (std::string event_name, State &from, State &to) | |
State & | from () const |
State & | to () const |
string | event_name () const |
States for finite state machines (FSM)
Definition at line 12 of file transition.h.