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

Class MealyMachine

include/tinyfsm.hpp:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231 template<typename F>
232 struct MealyMachine : tinyfsm::Fsm<F>
233 {
234 // input actions are modeled in react():
235 // - conditional dependent of event type or payload
236 // - transit<>(ActionFunction)
237 void entry(void) { }; /* no entry actions */
238 void exit(void) { }; /* no exit actions */
239 };
240
241} /* namespace tinyfsm */
242

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected