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

Method entry

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

Source from the content-addressed store, hash-verified

31struct Off : Switch
32{
33 void entry() override { std::cout << "* Opening ciruit (light goes OFF)" << std::endl; };
34 void react(Toggle const &) override { transit<On>(); };
35};
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected