31MoveJointsPosVelControl::SubClassRegistry
79 return "MoveJointsPosVelControl";
void onBreak() override
Virtual function, in which the behaviour of state is defined, when it is abnormally exited....
static SubClassRegistry Registry
void onEnter() override
Virtual function, in which the behaviour of state is defined, when it is entered. Can be overridden,...
static std::string GetName()
MoveJointsPosVelControl(XMLStateConstructorParams stateData)
void onExit() override
Virtual function, in which the behaviour of state is defined, when it is exited. Can be overridden,...
void run() override
Virtual function, that can be reimplemented to calculate complex operations.
static XMLStateFactoryBasePtr CreateInstance(XMLStateConstructorParams stateData)
bool isRunningTaskStopped() const
isRunningTaskStopped checks whether the RunningTask, that executes run() is requested to stop.
XMLStateTemplate(const XMLStateConstructorParams ¶ms)
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceInternal::Handle< XMLStateFactoryBase > XMLStateFactoryBasePtr