Home Previous Up Next Index

armarx::skills::manager::dto::SkillDescription

Overview

struct SkillDescription

Used By

dti::SkillManagerInterface::getSkillDescription
SkillDescriptionMap

Data Member Index

skillId
description
timeout
parametersType
resultType
rootProfileDefaults

Data Members

SkillID skillId;
string description;
core::time::dto::Duration timeout;
aron::type::dto::AronObject parametersType;
aron::type::dto::AronObject resultType;
aron::data::dto::Dict rootProfileDefaults;

Home Previous Up Next Index