Go to the documentation of this file.
10 skills::manager::dto::SkillExecutionID
13 skills::manager::dto::SkillExecutionID
ret;
20 skills::provider::dto::SkillExecutionID
23 skills::provider::dto::SkillExecutionID
ret;
36 .executorName = i.executorName,
37 .executionStartedTime = t};
42 const std::optional<skills::ProviderID>& providerName)
static const constexpr char * EXIT_SEPARATOR
std::string toString() const
ReaderT::InputType T & ret
This file is part of ArmarX.
void fromIce(const dto::ClockType::ClockTypeEnum &dto, ClockType &bo)
void toIce(dto::ClockType::ClockTypeEnum &dto, const ClockType &bo)
bool operator<(const SkillExecutionID &other) const
armarx::core::time::DateTime executionStartedTime
manager::dto::SkillID toManagerIce() const
skills::provider::dto::SkillExecutionID toProviderIce() const
skills::manager::dto::SkillExecutionID toManagerIce() const
std::string toString() const
bool operator==(const SkillExecutionID &other) const
static SkillID FromIce(const manager::dto::SkillID &)
static const constexpr char * ENTER_SEPARATOR
Represents a point in time.
static SkillExecutionID FromIce(const skills::manager::dto::SkillExecutionID &)
static const constexpr char * SEPARATOR
provider::dto::SkillID toProviderIce() const
bool operator<=(const SkillExecutionID &other) const
std::string toDateTimeString() const
This file offers overloads of toIce() and fromIce() functions for STL container types.