Go to the documentation of this file.
10 provider::dto::SkillDescription
13 provider::dto::SkillDescription
ret;
24 manager::dto::SkillDescription
27 manager::dto::SkillDescription
ret;
40 const std::optional<ProviderID>& pid)
46 .description = i.description,
47 .rootProfileDefaults =
61 .description = i.description,
62 .rootProfileDefaults =
ReaderT::InputType T & ret
This file is part of ArmarX.
void fromIce(const dto::ClockType::ClockTypeEnum &dto, ClockType &bo)
armarx::core::time::Duration timeout
void toIce(dto::ClockType::ClockTypeEnum &dto, const ClockType &bo)
manager::dto::SkillID toManagerIce() const
static PointerType FromAronDictDTO(const data::dto::DictPtr &aron)
aron::type::ObjectPtr resultType
manager::dto::SkillDescription toManagerIce() const
static ObjectPtr FromAronObjectDTO(const type::dto::AronObjectPtr &, const aron::Path &path=aron::Path())
static SkillID FromIce(const manager::dto::SkillID &)
static data::dto::DictPtr ToAronDictDTO(const PointerType &navigator)
aron::data::DictPtr rootProfileDefaults
provider::dto::SkillDescription toProviderIce() const
static type::dto::AronObjectPtr ToAronObjectDTO(const ObjectPtr &)
provider::dto::SkillID toProviderIce() const
aron::type::ObjectPtr parametersType
static SkillDescription FromIce(const provider::dto::SkillDescription &i, const std::optional< ProviderID > &=std::nullopt)
This file offers overloads of toIce() and fromIce() functions for STL container types.