armarx::skills::manager::dto::FluxioSkill
Overview
struct FluxioSkill
Used By
- dti::SkillManagerInterface::addSkillToProvider
- dti::SkillManagerInterface::getSkill
- dti::SkillManagerInterface::updateSkill
- FluxioSkillList
Data Member Index
- id
-
- name
-
- description
-
- timeout
-
- lastChanged
-
- executable
-
- native
-
- skillProviderId
-
- parameters
-
- nodesHasValue
-
- nodes
-
- edgesHasValue
-
- edges
-
Data Members
- string id;
- string name;
- string description;
- core::time::dto::Duration timeout;
- string lastChanged;
- bool executable;
- bool native;
- FluxioIdentificator skillProviderId;
- FluxioParameterList parameters;
- bool nodesHasValue;
- FluxioNodeList nodes;
- bool edgesHasValue;
- FluxioEdgeList edges;