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

Function ToggleSingle

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

Source from the content-addressed store, hash-verified

107
108template<int inum>
109void ToggleSingle() {
110 std::cout << "> Toggling switch " << inum << "..." << std::endl;
111 DefectiveSwitch<inum>::dispatch(Toggle());
112}
113
114
115// ----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

ToggleClass · 0.70

Tested by

no test coverage detected