#include <string>
#include <map>
#include <sstream>
#include <deque>
#include <typeinfo>
#include "ros/ros.h"
#include "../../Architecture/Singleton/Clock.h"
Go to the source code of this file.
Classes | |
class | StateMachine< StateEnumT > |
Generic state machine implementation. More... | |
Defines | |
#define | ADD_MACHINE_STATE(STATE_MACHINE, STATE) { STATE_MACHINE.addState( STATE, #STATE ); } |
#define ADD_MACHINE_STATE | ( | STATE_MACHINE, | |
STATE | |||
) | { STATE_MACHINE.addState( STATE, #STATE ); } |
Definition at line 23 of file StateMachine.h.