18 handControlSkillContext.defineProperties(defs,
"handControlSkills.");
26 return "HandControlSkillProvider";
32 handControlSkillContext.onInit(*
this);
38 handControlSkillContext.onConnected(*
this);
41 addSkill(std::make_unique<OpenHand>(handControlSkillContext));
42 addSkill(std::make_unique<CloseHand>(handControlSkillContext));
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.