MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / exit

Method exit

test/test_StateMachine/TestStateMachine.cpp:105–108  ·  view source on GitHub ↗

* The exit is called once, a state will be left. * * @param[in] sm Responsible state machine */

Source from the content-addressed store, hash-verified

103 * @param[in] sm Responsible state machine
104 */
105 void exit(StateMachine& sm)
106 {
107 ++m_callCntExit;
108 }
109
110 /**
111 * Set next state.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected