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

Method entry

examples/elevator/elevator.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29: public Elevator
30{
31 void entry() override {
32 send_event(MotorStop());
33 }
34};
35
36

Callers

nothing calls this directly

Calls 2

send_eventFunction · 0.85
MotorStopClass · 0.85

Tested by

no test coverage detected