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

Method react

examples/api/debugging_switch.cpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50struct On : Switch {
51 void react(Toggle const &) override { transit<Off>(); };
52};
53
54struct Off : Switch {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected