![]() |
BoB robotics
The Brains on Board robotics library
|
Finite-state machine class - makes logic of implementing robots etc. much cleaner. More...
#include <fsm.h>
Classes | |
class | StateHandler |
Public Member Functions | |
FSM (StateHandler *stateHandler, S invalidState) | |
bool | update () |
void | transition (S state) |
S | getCurrentState () const |
Finite-state machine class - makes logic of implementing robots etc. much cleaner.