You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5) Event is not handled in this state. In hierarchical statemachines, the event will be passed to parent state handler.
335
327
When topmost state does not handle the event, fsm_.on_unhandled_event_ is called.
336
328
@@ -420,10 +412,9 @@ Example:
420
412
421
413
void (Fsm::ImplPtr)()
422
414
423
-
- Transition actions. The signature allows to use class member functions and non-capturing lambdas as actions. The argument "event" may be useful in actions because the action may depend on the event type or attributes of the event.
415
+
- Transition actions. The signature allows to use class/interface member functions as actions. The argument "event" may be useful in actions because the action may depend on the event type or attributes of the event.
0 commit comments