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

Function CallMaintenance

examples/elevator/elevator.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13//
14
15static void CallMaintenance() {
16 std::cout << "*** calling maintenance ***" << std::endl;
17}
18
19static void CallFirefighters() {
20 std::cout << "*** calling firefighters ***" << std::endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected