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

Method react

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

Source from the content-addressed store, hash-verified

33struct On : Switch
34{
35 void react(Toggle const &) override { transit<Off>(OpenCircuit); };
36};
37
38struct Off : Switch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected