XBotInterface
2.4.1
XBotInterface provides a generic API to model and control a robot.
|
Base class for defining custom events which states can react to. More...
#include <StateMachine.h>
Public Attributes | |
std::string | name |
Public Attributes inherited from XBot::FSM::Message | |
std::string | message |
Base class for defining custom events which states can react to.
Notice that events can also be used as messages to be passed among states.
std::string XBot::FSM::Event::name |