Class TemplateStateMachine<EventPayloadMapping, Context, States>
This is the template for the state machine.
You can use this class to create a state machine. Usually this is all you need for the state machine. Unless you need extra functionality.
To create a state machine, just instantiate this class and pass in the states, initial state and context.
This is the template for the state machine.
You can use this class to create a state machine. Usually this is all you need for the state machine. Unless you need extra functionality. To create a state machine, just instantiate this class and pass in the states, initial state and context.
See
createKmtInputStateMachine for an example of how to create a state machine.