State holder class. More...
#include <StateMachine.h>
Public Attributes | |
State | curr |
State | next |
State | prev |
State holder class.
This is a holder class to hold states. Hold current state, the previous state and the state to be expected to transfer.
State | Type of state for holding |
Definition at line 55 of file StateMachine.h.
State RTC_Utils::StateHolder< State >::curr |
Definition at line 57 of file StateMachine.h.
State RTC_Utils::StateHolder< State >::next |
Definition at line 59 of file StateMachine.h.
State RTC_Utils::StateHolder< State >::prev |
Definition at line 58 of file StateMachine.h.