Definition at line 64 of file StateMachineTests.cpp.
◆ StateMachineContext1()
| StateMachineTests::StateMachineContext1::StateMachineContext1 |
( |
| ) |
|
|
inline |
◆ getCallbackLog()
| const std::vector<StateAndAction>& StateMachineTests::StateMachineContext1::getCallbackLog |
( |
| ) |
const |
|
inline |
◆ logCallback()
| void StateMachineTests::StateMachineContext1::logCallback |
( |
int |
state, |
|
|
int |
action |
|
) |
| |
|
inlineprivate |
◆ onDo_STATE_1()
◆ onDo_STATE_2()
◆ onDo_STATE_3()
◆ onDo_STATE_4()
◆ onDo_STATE_5()
◆ onDo_STATE_6()
◆ onEntry_STATE_1()
◆ onEntry_STATE_2()
◆ onEntry_STATE_3()
◆ onEntry_STATE_4()
◆ onEntry_STATE_5()
◆ onEntry_STATE_6()
◆ onExit_STATE_1()
◆ onExit_STATE_2()
◆ onExit_STATE_3()
◆ onExit_STATE_4()
◆ onExit_STATE_5()
◆ onExit_STATE_6()
◆ onPostDo_STATE_1()
| void StateMachineTests::StateMachineContext1::onPostDo_STATE_1 |
( |
const RTC_Utils::StateHolder< int > & |
states | ) |
|
|
inline |
◆ onPostDo_STATE_2()
| void StateMachineTests::StateMachineContext1::onPostDo_STATE_2 |
( |
const RTC_Utils::StateHolder< int > & |
states | ) |
|
|
inline |
◆ onPostDo_STATE_3()
| void StateMachineTests::StateMachineContext1::onPostDo_STATE_3 |
( |
const RTC_Utils::StateHolder< int > & |
states | ) |
|
|
inline |
◆ onPostDo_STATE_4()
| void StateMachineTests::StateMachineContext1::onPostDo_STATE_4 |
( |
const RTC_Utils::StateHolder< int > & |
states | ) |
|
|
inline |
◆ onPostDo_STATE_5()
| void StateMachineTests::StateMachineContext1::onPostDo_STATE_5 |
( |
const RTC_Utils::StateHolder< int > & |
states | ) |
|
|
inline |
◆ onPostDo_STATE_6()
| void StateMachineTests::StateMachineContext1::onPostDo_STATE_6 |
( |
const RTC_Utils::StateHolder< int > & |
states | ) |
|
|
inline |
◆ onPreDo_STATE_1()
◆ onPreDo_STATE_2()
◆ onPreDo_STATE_3()
◆ onPreDo_STATE_4()
◆ onPreDo_STATE_5()
◆ onPreDo_STATE_6()
◆ work()
| void StateMachineTests::StateMachineContext1::work |
( |
| ) |
|
|
inline |
◆ DO
| const int StateMachineTests::StateMachineContext1::DO = 2 |
|
static |
◆ ENTRY
| const int StateMachineTests::StateMachineContext1::ENTRY = 0 |
|
static |
◆ EXIT
| const int StateMachineTests::StateMachineContext1::EXIT = 4 |
|
static |
◆ m_callbackLog
| std::vector<StateAndAction> StateMachineTests::StateMachineContext1::m_callbackLog |
|
private |
◆ m_fsm
◆ POSTDO
| const int StateMachineTests::StateMachineContext1::POSTDO = 3 |
|
static |
◆ PREDO
| const int StateMachineTests::StateMachineContext1::PREDO = 1 |
|
static |
◆ SIZEOF_ACTION
| const int StateMachineTests::StateMachineContext1::SIZEOF_ACTION = 5 |
|
static |
◆ SIZEOF_STATE
| const int StateMachineTests::StateMachineContext1::SIZEOF_STATE = 6 |
|
static |
◆ STATE_1
| const int StateMachineTests::StateMachineContext1::STATE_1 = 0 |
|
static |
◆ STATE_2
| const int StateMachineTests::StateMachineContext1::STATE_2 = 1 |
|
static |
◆ STATE_3
| const int StateMachineTests::StateMachineContext1::STATE_3 = 2 |
|
static |
◆ STATE_4
| const int StateMachineTests::StateMachineContext1::STATE_4 = 3 |
|
static |
◆ STATE_5
| const int StateMachineTests::StateMachineContext1::STATE_5 = 4 |
|
static |
◆ STATE_6
| const int StateMachineTests::StateMachineContext1::STATE_6 = 5 |
|
static |
The documentation for this class was generated from the following file: