40 return "StateParameterExample";
43 void onInitStatechart()
override;
44 void onConnectStatechart()
override;
68 ConditionIdentifier
condId;
#define ARMARXCOMPONENT_IMPORT_EXPORT
#define DEFINEEVENT(NEWEVENT)
this macro declares a new event-class derived vom Event, to have a compiletime check for typos in eve...
std::string getDefaultName() const override
Retrieve default name of component.
Template class from which all states with additional functionality like an overriden onEnter() functi...
This file offers overloads of toIce() and fromIce() functions for STL container types.
void defineParameters() override
Virtual function, in which input/local/output parameters can be specified.
void onEnter() override
Virtual function, in which the behaviour of state is defined, when it is entered. Can be overridden,...
void defineParameters() override
Virtual function, in which input/local/output parameters can be specified.
void onBreak() override
Virtual function, in which the behaviour of state is defined, when it is abnormally exited....
ConditionIdentifier condId
void onEnter() override
Virtual function, in which the behaviour of state is defined, when it is entered. Can be overridden,...
void onExit() override
Virtual function, in which the behaviour of state is defined, when it is exited. Can be overridden,...
void defineParameters() override
Virtual function, in which input/local/output parameters can be specified.
void onEnter() override
Virtual function, in which the behaviour of state is defined, when it is entered. Can be overridden,...
void defineState() override
Virtual function, in which this state can be configured.
void defineSubstates() override
Virtual function, in which substates, transition and mappings can be added.