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

Class On

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected