Functions | |
| int | fail () |
| int | success () |
| TEST (Packml_SM, set_execute) | |
| TEST (Packml_SC, state_diagram) | |
| TEST (Packml_CC, state_diagram) | |
| bool | waitForState (StatesEnum state, StateMachine &sm) |
| waitForState - returns true if the current state of the state machine (sm) matches the queried state | |
| int packml_sm_test::fail | ( | ) |
Definition at line 64 of file test/state_machine.cpp.
| int packml_sm_test::success | ( | ) |
Definition at line 56 of file test/state_machine.cpp.
| packml_sm_test::TEST | ( | Packml_SM | , |
| set_execute | |||
| ) |
Definition at line 73 of file test/state_machine.cpp.
| packml_sm_test::TEST | ( | Packml_SC | , |
| state_diagram | |||
| ) |
Definition at line 92 of file test/state_machine.cpp.
| packml_sm_test::TEST | ( | Packml_CC | , |
| state_diagram | |||
| ) |
Definition at line 158 of file test/state_machine.cpp.
| bool packml_sm_test::waitForState | ( | StatesEnum | state, |
| StateMachine & | sm | ||
| ) |
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 38 of file test/state_machine.cpp.