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

Method setState

test/test_StateMachine/TestStateMachine.cpp:115–118  ·  view source on GitHub ↗

* Set next state. * * @param[in] nextState Next state to go in process method. */

Source from the content-addressed store, hash-verified

113 * @param[in] nextState Next state to go in process method.
114 */
115 void setState(AbstractState& nextState)
116 {
117 m_nextState = &nextState;
118 }
119
120 /**
121 * Get call counter for entry method.

Callers 2

processMethod · 0.45
testStateMachineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected