Typedef hsmcpp::HsmStateExitCallback_t

Typedef Documentation

using hsmcpp::HsmStateExitCallback_t = std::function<bool(void)>

Function type for HierarchicalStateMachine state exiting callbacks.

Return

Callback should return TRUE to allow current transition. Returning FALSE will cause ongoing transition to be canceled.