MCPcopy Create free account
hub / github.com/digint/tinyfsm / MooreMachine

Class MooreMachine

include/tinyfsm.hpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224 template<typename F>
225 struct MooreMachine : tinyfsm::Fsm<F>
226 {
227 virtual void entry(void) { }; /* entry actions in some states */
228 void exit(void) { }; /* no exit actions */
229 };
230
231 template<typename F>
232 struct MealyMachine : tinyfsm::Fsm<F>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected