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

Method entry

test/test_StateMachine/TestStateMachine.cpp:81–84  ·  view source on GitHub ↗

* The entry is called once, a state is entered. * * @param[in] sm Responsible state machine */

Source from the content-addressed store, hash-verified

79 * @param[in] sm Responsible state machine
80 */
81 void entry(StateMachine& sm)
82 {
83 ++m_callCntEntry;
84 }
85
86 /**
87 * The process routine is called cyclic, as long as the state is active.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected