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

Class Off

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

Source from the content-addressed store, hash-verified

12
13template<int inum>
14class Off; // forward declaration
15
16static void DumpState(int inum, const char * state, int on_counter, int defect_level) {
17 std::cout << "* Switch[" << inum << "] is " << state << " (on_counter=" << on_counter << ", defect_level=" << defect_level << ")" << std::endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected