Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
struct Off; // forward declaration
32
33
struct On : Switch
34
{
35
void react(Toggle const &) override { transit<Off>(OpenCircuit); };
36
};
37
38
struct Off : Switch
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected