|
|
#include <RobotAPI/libraries/skills/core/SkillExecutionHandle.h>
Public Types | |
| using | UpdatesMap |
Public Member Functions | |
| std::vector< armarx::skills::SkillExecutionID > | failedSkillExecutionIDs () const |
| std::vector< armarx::skills::SkillID > | failedSkillIDs () const |
| operator bool () const | |
Public Attributes | |
| UpdatesMap | updates |
Definition at line 114 of file SkillExecutionHandle.h.
| using UpdatesMap |
Definition at line 121 of file SkillExecutionHandle.h.
| std::vector< armarx::skills::SkillExecutionID > failedSkillExecutionIDs | ( | ) | const |
| std::vector< armarx::skills::SkillID > failedSkillIDs | ( | ) | const |
| operator bool | ( | ) | const |
| UpdatesMap updates |
Definition at line 124 of file SkillExecutionHandle.h.