Expand description
Contains the CurrentState enum and the IStateBehavior trait, which is used by all states to ensure they are compliant with the expected behavior of the state machine.
Enums
- Represents the current state of the state machine.
Traits
- Represents a state object that implements one state of the state machine.
Functions
- Helper function to convert the CurrentState enumeration to a string for output purposes.