Go to the documentation of this file.
21 return "SkillProviderExample";
29 addSkillFactory<HelloWorldSkill>();
34 .description =
"This skill does exactly nothing.",
40 std::cout <<
"Hello from Foo." << std::endl;
47 addSkillFactory<CallbackSkill>();
51 addSkillFactory<TimeoutSkill>();
55 addSkillFactory<ChainingSkill>();
59 addSkillFactory<IncompleteSkill>();
void onInitComponent() override
Pure virtual hook for the subclass.
void onConnectComponent() override
Pure virtual hook for the subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
skills::SkillBlueprint * addSkillFactory(const skills::SkillDescription &desc, const skills::LambdaSkill::FunctionType &f)
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
void onExitComponent() override
Hook for subclass.
Default component property definition container.
void onDisconnectComponent() override
Hook for subclass.
std::string getDefaultName() const override
static Duration MilliSeconds(std::int64_t milliSeconds)
Constructs a duration in milliseconds.