Home Previous Up Next Index

armarx::skills::manager::dto

Overview

module dto

Exception Index

FluxioException

Structure Index

FluxioEdge
FluxioIdentificator
FluxioNode
FluxioParameter
FluxioProfile
FluxioProvider
FluxioSkill
FluxioSkillStatusUpdate
FluxioTypeIdentificator
FluxioValue
ProviderID
ProviderInfo
SkillDescription
SkillExecutionID
SkillExecutionRequest
SkillID
SkillStatusUpdate

Sequence Index

FluxioEdgeList
FluxioIdentificatorList
FluxioNodeList
FluxioParameterList
FluxioProfileList
FluxioProviderList
FluxioSkillList
FluxioSkillStatusUpdateList
FluxioValueList

Dictionary Index

SkillDescriptionMap
SkillStatusUpdateMap

Sequences

sequence<FluxioEdge> FluxioEdgeList

Used By

FluxioSkill::edges
sequence<FluxioIdentificator> FluxioIdentificatorList

Used By

dti::SkillManagerInterface::deleteSkill
dti::SkillManagerInterface::deleteSkillParameter
dti::SkillManagerInterface::updateSkillParameter
sequence<FluxioNode> FluxioNodeList

Used By

FluxioSkill::nodes
sequence<FluxioParameter> FluxioParameterList

Used By

dti::SkillManagerInterface::updateSkillValues
FluxioNode::parameters
FluxioSkill::parameters
sequence<FluxioProfile> FluxioProfileList

Used By

dti::SkillManagerInterface::getProfileList
sequence<FluxioProvider> FluxioProviderList

Used By

dti::SkillManagerInterface::getProviderList
sequence<FluxioSkill> FluxioSkillList

Used By

dti::SkillManagerInterface::getSkillList
dti::SkillManagerInterface::getSkillsOfProvider
sequence<FluxioSkillStatusUpdate> FluxioSkillStatusUpdateList

Used By

dti::SkillManagerInterface::getFluxioSkillExecutionStatus
sequence<FluxioValue> FluxioValueList

Used By

dti::SkillManagerInterface::updateSkillParameterValues
FluxioParameter::values

Dictionaries

dictionary<SkillID, SkillDescription> SkillDescriptionMap

Used By

dti::SkillManagerInterface::getSkillDescriptions
ProviderInfo::providedSkills
dictionary<SkillExecutionID, SkillStatusUpdate> SkillStatusUpdateMap

Used By

dti::SkillManagerInterface::getSkillExecutionStatuses

Home Previous Up Next Index