State holder class. More...
#include <StateMachine.h>
Public Attributes | |
| State | curr | 
| State | prev | 
| State | next | 
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 | 
| State RTC_Utils::StateHolder< State >::curr | 
Referenced by RTC::PeriodicExecutionContext::DFPBase::DFPBase().
| State RTC_Utils::StateHolder< State >::next | 
Referenced by RTC::PeriodicExecutionContext::DFPBase::DFPBase().
| State RTC_Utils::StateHolder< State >::prev | 
Referenced by RTC::PeriodicExecutionContext::DFPBase::DFPBase().
 1.6.3