|  | 
#include <RobotAPI/libraries/skills/core/SkillExecutionID.h>
| Public Member Functions | |
| bool | operator< (const SkillExecutionID &other) const | 
| bool | operator<= (const SkillExecutionID &other) const | 
| bool | operator== (const SkillExecutionID &other) const | 
| skills::manager::dto::SkillExecutionID | toManagerIce () const | 
| skills::provider::dto::SkillExecutionID | toProviderIce () const | 
| std::string | toString () const | 
| Static Public Member Functions | |
| static SkillExecutionID | FromIce (const skills::manager::dto::SkillExecutionID &) | 
| static SkillExecutionID | FromIce (const skills::provider::dto::SkillExecutionID &, const std::optional< skills::ProviderID > &providerName) | 
| Public Attributes | |
| armarx::core::time::DateTime | executionStartedTime | 
| std::string | executorName | 
| SkillID | skillId | 
| Static Public Attributes | |
| static const constexpr char * | ENTER_SEPARATOR = "[" | 
| static const constexpr char * | EXIT_SEPARATOR = "]" | 
| static const constexpr char * | SEPARATOR = "@" | 
| static const constexpr char * | UNKNOWN = "UNKNOWN" | 
Definition at line 15 of file SkillExecutionID.h.
| 
 | static | 
Definition at line 31 of file SkillExecutionID.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
| bool operator< | ( | const SkillExecutionID & | other | ) | const | 
Definition at line 63 of file SkillExecutionID.cpp.
| bool operator<= | ( | const SkillExecutionID & | other | ) | const | 
Definition at line 57 of file SkillExecutionID.cpp.
| bool operator== | ( | const SkillExecutionID & | other | ) | const | 
| skills::manager::dto::SkillExecutionID toManagerIce | ( | ) | const | 
Definition at line 11 of file SkillExecutionID.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| skills::provider::dto::SkillExecutionID toProviderIce | ( | ) | const | 
Definition at line 21 of file SkillExecutionID.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| std::string toString | ( | ) | const | 
Definition at line 50 of file SkillExecutionID.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticconstexpr | 
Definition at line 22 of file SkillExecutionID.h.
| armarx::core::time::DateTime executionStartedTime | 
Definition at line 19 of file SkillExecutionID.h.
| std::string executorName | 
Definition at line 18 of file SkillExecutionID.h.
| 
 | staticconstexpr | 
Definition at line 23 of file SkillExecutionID.h.
| 
 | staticconstexpr | 
Definition at line 24 of file SkillExecutionID.h.
| SkillID skillId | 
Definition at line 17 of file SkillExecutionID.h.
| 
 | staticconstexpr | 
Definition at line 21 of file SkillExecutionID.h.