Go to the documentation of this file.
8 #include <RobotAPI/interface/skills/SkillProviderInterface.h>
31 const std::optional<ProviderID>& = std::nullopt);
39 this->timeout == other.
timeout &&
This file is part of ArmarX.
armarx::core::time::Duration timeout
aron::type::ObjectPtr resultType
manager::dto::SkillDescription toManagerIce() const
std::shared_ptr< Value > value()
aron::data::DictPtr rootProfileDefaults
std::shared_ptr< Dict > DictPtr
provider::dto::SkillDescription toProviderIce() const
concept isSkillDescription
std::shared_ptr< Object > ObjectPtr
aron::type::ObjectPtr parametersType
static SkillDescription FromIce(const provider::dto::SkillDescription &i, const std::optional< ProviderID > &=std::nullopt)
bool operator==(const SkillDescription &other) const
This file offers overloads of toIce() and fromIce() functions for STL container types.
static Duration MilliSeconds(std::int64_t milliSeconds)
Constructs a duration in milliseconds.