Struct FiniteStateMachine::Terminated¶
Defined in File FiniteStateMachine.hpp
Nested Relationships¶
This struct is a nested type of Template Class FiniteStateMachine.
Struct Documentation¶
-
struct
Acts::FiniteStateMachine::Terminated¶ Contractual termination state.
Is transitioned to if State+Event do not have a transition defined.
Public Static Attributes
-
constexpr std::string_view
name= "Terminated"¶ Name of this state (useful for logging)
-
constexpr std::string_view