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

Class Panic

examples/elevator/elevator.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26//
27
28class Panic
29: public Elevator
30{
31 void entry() override {
32 send_event(MotorStop());
33 }
34};
35
36
37// ----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected