Go to the documentation of this file.
28 using namespace HapticsGroup;
31 CheckForceTorqueSensors::SubClassRegistry
79 return "CheckForceTorqueSensors";
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 std::string GetName()
void onBreak() override
Virtual function, in which the behaviour of state is defined, when it is abnormally exited....
IceInternal::Handle< XMLStateFactoryBase > XMLStateFactoryBasePtr
static SubClassRegistry Registry
Class for legacy to stay compatible with old statecharts.
bool isRunningTaskStopped() const
isRunningTaskStopped checks whether the RunningTask, that executes run() is requested to stop.
CheckForceTorqueSensors(XMLStateConstructorParams stateData)
static XMLStateFactoryBasePtr CreateInstance(XMLStateConstructorParams stateData)
This file offers overloads of toIce() and fromIce() functions for STL container types.
void onEnter() override
Virtual function, in which the behaviour of state is defined, when it is entered. Can be overridden,...