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

Method react

examples/api/mealy_machine.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38struct Off : Switch
39{
40 void react(Toggle const &) override { transit<On>(CloseCircuit); };
41};
42
43FSM_INITIAL_STATE(Switch, Off)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected