BoB robotics
The Brains on Board robotics library
BoBRobotics::FSM< S > Class Template Reference

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)
 
getCurrentState () const
 

Detailed Description

template<typename S>
class BoBRobotics::FSM< S >

Finite-state machine class - makes logic of implementing robots etc. much cleaner.


The documentation for this class was generated from the following file: