Go to the documentation of this file.
9 #include <RobotAPI/interface/skills/SkillProviderInterface.h>
25 static const constexpr
char*
UNKNOWN =
"UNKNOWN";
48 skills::manager::dto::SkillExecutionID
toManagerIce()
const;
50 skills::provider::dto::SkillExecutionID
toProviderIce()
const;
55 const std::optional<skills::ProviderID>& providerName);
static const constexpr char * EXIT_SEPARATOR
This file is part of ArmarX.
bool operator<(const SkillExecutionID &other) const
armarx::core::time::DateTime executionStartedTime
skills::provider::dto::SkillExecutionID toProviderIce() const
skills::manager::dto::SkillExecutionID toManagerIce() const
std::string toString() const
static const constexpr char * UNKNOWN
bool operator==(const SkillExecutionID &other) const
static const constexpr char * ENTER_SEPARATOR
Represents a point in time.
static SkillExecutionID FromIce(const skills::manager::dto::SkillExecutionID &)
static const constexpr char * SEPARATOR
bool operator<=(const SkillExecutionID &other) const
This file offers overloads of toIce() and fromIce() functions for STL container types.