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

Method OpenCircuit

examples/api/mealy_machine.cpp:19–21  ·  view source on GitHub ↗

transition actions */

Source from the content-addressed store, hash-verified

17
18 /* transition actions */
19 static void OpenCircuit() {
20 std::cout << "* Opening ciruit (light goes OFF)" << std::endl;
21 }
22 static void CloseCircuit() {
23 std::cout << "* Closing ciruit (light goes ON)" << std::endl;
24 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected