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....
static SubClassRegistry Registry
Class for legacy to stay compatible with old statecharts.
CheckForceTorqueSensors(XMLStateConstructorParams stateData)
static XMLStateFactoryBasePtr CreateInstance(XMLStateConstructorParams stateData)
void onEnter() override
Virtual function, in which the behaviour of state is defined, when it is entered. Can be overridden,...