Functions | |
int | fail () |
int | success () |
TEST (Packml_SM, set_execute) | |
TEST (Packml_SC, state_diagram) | |
TEST (Packml_CC, state_diagram) | |
bool | waitForState (StatesEnum state, StateMachineVisitedStatesQueue &queue) |
waitForState - returns true if the current state of the state machine (sm) matches the queried state More... | |
int packml_sm_test::fail | ( | ) |
Definition at line 71 of file state_machine.cpp.
int packml_sm_test::success | ( | ) |
Definition at line 63 of file state_machine.cpp.
packml_sm_test::TEST | ( | Packml_SM | , |
set_execute | |||
) |
Definition at line 79 of file state_machine.cpp.
packml_sm_test::TEST | ( | Packml_SC | , |
state_diagram | |||
) |
Definition at line 109 of file state_machine.cpp.
packml_sm_test::TEST | ( | Packml_CC | , |
state_diagram | |||
) |
Definition at line 173 of file state_machine.cpp.
bool packml_sm_test::waitForState | ( | StatesEnum | state, |
StateMachineVisitedStatesQueue & | queue | ||
) |
waitForState - returns true if the current state of the state machine (sm) matches the queried state
state | - state enumeration to wait for |
sm | - top level state machine |
Definition at line 39 of file state_machine.cpp.