JoinAllResult Struct Reference

#include <RobotAPI/libraries/skills/core/SkillExecutionHandle.h>

Public Types

using UpdatesMap
 

Public Member Functions

std::vector< armarx::skills::SkillExecutionIDfailedSkillExecutionIDs () const
 
std::vector< armarx::skills::SkillIDfailedSkillIDs () const
 
 operator bool () const
 

Public Attributes

UpdatesMap updates
 

Detailed Description

Definition at line 114 of file SkillExecutionHandle.h.

Member Typedef Documentation

◆ UpdatesMap

using UpdatesMap
Initial value:
std::optional<armarx::skills::TerminatedSkillStatusUpdate>>

Definition at line 121 of file SkillExecutionHandle.h.

Member Function Documentation

◆ failedSkillExecutionIDs()

std::vector< armarx::skills::SkillExecutionID > failedSkillExecutionIDs ( ) const

Definition at line 124 of file SkillExecutionHandle.cpp.

+ Here is the call graph for this function:

◆ failedSkillIDs()

std::vector< armarx::skills::SkillID > failedSkillIDs ( ) const

Definition at line 133 of file SkillExecutionHandle.cpp.

+ Here is the call graph for this function:

◆ operator bool()

operator bool ( ) const

Definition at line 114 of file SkillExecutionHandle.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ updates

UpdatesMap updates

Definition at line 124 of file SkillExecutionHandle.h.


The documentation for this struct was generated from the following files: