11 bringObjectSkillContext.defineProperties(defs,
"bringObject.");
19 return "BringObjectSkillProvider";
25 bringObjectSkillContext.onInit(*
this);
31 bringObjectSkillContext.onConnected(*
this);
34 addSkill(std::make_unique<BringObjectToLocation>(bringObjectSkillContext));
Default component property definition container.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.