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

Method StateMachine

lib/StateMachine/src/StateMachine.hpp:117–121  ·  view source on GitHub ↗

* Constructs a state machine. */

Source from the content-addressed store, hash-verified

115 * Constructs a state machine.
116 */
117 StateMachine() :
118 m_currentState(nullptr),
119 m_nextState(nullptr)
120 {
121 }
122
123 /**
124 * Constructs a state machine and set the starting state.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected