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

Method entryGuard

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

all state methods:

Source from the content-addressed store, hash-verified

116{
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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected