|
|
@ -29,7 +29,7 @@ public: |
|
|
|
/// Move the state machine to the specified state and call the state function
|
|
|
|
/// Move the state machine to the specified state and call the state function
|
|
|
|
void move(StateFn stateFn); |
|
|
|
void move(StateFn stateFn); |
|
|
|
|
|
|
|
|
|
|
|
StateFn currentState(void); |
|
|
|
StateFn currentState(void) const; |
|
|
|
|
|
|
|
|
|
|
|
/// @return The number of states in the rgStates array
|
|
|
|
/// @return The number of states in the rgStates array
|
|
|
|
virtual int stateCount(void) const = 0; |
|
|
|
virtual int stateCount(void) const = 0; |
|
|
|