MCPcopy Create free account
hub / github.com/andrew-gresyk/HFSM2 / enter

Method enter

examples/debug_logger_interface/main.cpp:119–119  ·  view source on GitHub ↗

not going to be called in this example

Source from the content-addressed store, hash-verified

117 // all state methods:
118 void entryGuard(GuardControl&) {} // not going to be called in this example
119 void enter(Control&) {}
120 void update(FullControl&) {}
121 template <typename TEvent>
122 void react(const TEvent&, EventControl&) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected