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

Method react

examples/api/multiple_switch.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 DumpState(inum, "ON ", base::on_counter, base::defect_level);
68 };
69 void react(Toggle const &) override {
70 base::template transit< Off<inum> >();
71 };
72};
73
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected