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

Method react

examples/elevator/elevator.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94//
95
96void Elevator::react(Call const &) {
97 std::cout << "Call event ignored" << std::endl;
98}
99
100void Elevator::react(FloorSensor const &) {
101 std::cout << "FloorSensor event ignored" << std::endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected