Base typedef | SimplePeriodicSkill | |
Base typedef | SimplePeriodicSkill | |
callback | Skill | protected |
CallbackT typedef | Skill | |
callSubskill(const skills::SkillProxy &proxy) | Skill | protected |
callSubskill(const skills::SkillProxy &proxy, const aron::data::DictPtr ¶meters) | Skill | protected |
callSubskill(const SkillID &skillId) | Skill | protected |
callSubskill(const SkillID &skillId, const aron::data::DictPtr ¶meters) | Skill | protected |
callSubskill(const SkillID &skillId, const ParameterT ¶meters) | Skill | inlineprotected |
callSubskill(const SkillID &skillId, std::function< void(aron::data::DictPtr ¶meters)> parametersFunction) | Skill | protected |
callSubskill(const SkillID &skillId, std::function< void(ParameterT ¶meters)> parametersFunction) | Skill | inlineprotected |
callSubskillAsync(const skills::SkillProxy &proxy) | Skill | protected |
callSubskillAsync(const skills::SkillProxy &proxy, const aron::data::DictPtr ¶meters) | Skill | protected |
checkLogLevel(MessageTypeT level) const | Logging | protected |
constructing | Skill | protected |
deactivateSpam(float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const | Logging | |
description | Skill | protected |
executorName | Skill | protected |
exit(const ExitInput &in) | SimpleSkill | protectedvirtual |
exit() final | SimpleSkill | protectedvirtual |
exited | Skill | |
exiting | Skill | protected |
exitSkill() | Skill | |
finished | Skill | protected |
frequency | SimplePeriodicSkill | protected |
getEffectiveLoggingLevel() const | Logging | |
getLogSender() const | Logging | protected |
getParameters() const | Skill | |
getSkillDescription() const | Skill | inline |
getSkillId() const | Skill | inline |
init(const InitInput &in) | SimpleSkill | protectedvirtual |
init() final | SimpleSkill | protectedvirtual |
initializing | Skill | protected |
initSkill() | Skill | |
installConditionWithCallback(std::function< bool()> &&f, std::function< void()> &&cb) | Skill | protected |
Logging() | Logging | |
loghelper(const char *file, int line, const char *function) const | Logging | protected |
main(const MainInput &in) final | SimplePeriodicSkill | protectedvirtual |
armarx::skills::SimpleSkill::main() final | SimpleSkill | protectedvirtual |
mainOfSkill() | Skill | |
MakeAbortedResult() | Skill | protectedstatic |
MakeFailedResult() | Skill | protectedstatic |
MakeSucceededResult(aron::data::DictPtr data=nullptr) | Skill | protectedstatic |
manager | Skill | protected |
minimumLoggingLevel | Logging | protected |
notifySkillToStop() | Skill | |
notifyTimeoutReached() | Skill | protected |
onStopRequested() | Skill | protectedvirtual |
onTimeoutReached() | Skill | protectedvirtual |
parameters | Skill | protected |
parametersMutex | Skill | mutableprotected |
prepare() | Skill | protectedvirtual |
prepareSkill() | Skill | |
preparing | Skill | protected |
running | Skill | protected |
setCallback(const CallbackT &callback) | Skill | inline |
setExecutorName(const std::string &executorName) | Skill | inline |
setLocalMinimumLoggingLevel(MessageTypeT level) | Logging | |
setManager(const manager::dti::SkillManagerInterfacePrx &manager) | Skill | inline |
setParameters(const aron::data::DictPtr &d) | Skill | |
setProviderId(const skills::ProviderID &pid) | Skill | inline |
setTag(const LogTag &tag) | Logging | |
setTag(const std::string &tagName) | Logging | |
shouldSkillTerminate() const | Skill | |
SimplePeriodicSkill(const SkillDescription &skillDescription, const armarx::Frequency &frequency) | SimplePeriodicSkill | |
Skill()=delete | Skill | |
Skill(const SkillDescription &) | Skill | |
spamFilter | Logging | mutableprotected |
started | Skill | |
step(const MainInput &in) | SimplePeriodicSkill | protectedvirtual |
StepResult typedef | SimplePeriodicSkill | |
stopped | Skill | protected |
tag | Logging | protected |
throwIfSkillShouldTerminate(const std::string &abortedMessage="") | Skill | protected |
throwIfSkillShouldTerminate(const std::function< void()> &do_before, const std::string &abortedMessage="") | Skill | protected |
timeoutReached | Skill | protected |
updateParameters(const aron::data::DictPtr &d) | Skill | |
~Logging() | Logging | virtual |
~Skill() | Skill | inlinevirtual |