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

Method entry

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

Source from the content-addressed store, hash-verified

25struct On : Switch
26{
27 void entry() override { std::cout << "* Closing ciruit (light goes ON)" << std::endl; };
28 void react(Toggle const &) override { transit<Off>(); };
29};
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected