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

Method process

test/test_StateMachine/TestStateMachine.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 */
91
92 void process(StateMachine& sm)
93 {
94 if (nullptr != m_nextState)
95 {
96 sm.setState(*m_nextState);
97 }
98 }
99
100 /**
101 * The exit is called once, a state will be left.

Callers 1

testStateMachineFunction · 0.45

Calls 1

setStateMethod · 0.45

Tested by

no test coverage detected