ProviderInfo.h
Go to the documentation of this file.
1#pragma once
2
3
6
7namespace armarx
8{
9 namespace skills
10 {
12 {
13 public:
15 provider::dti::SkillProviderInterfacePrx providerInterface;
16 std::map<SkillID, SkillDescription> providedSkills;
17
18 skills::manager::dto::ProviderInfo toIce() const;
19
20 static ProviderInfo FromIce(const manager::dto::ProviderInfo&);
21 };
22 } // namespace skills
23} // namespace armarx
provider::dti::SkillProviderInterfacePrx providerInterface
static ProviderInfo FromIce(const manager::dto::ProviderInfo &)
skills::manager::dto::ProviderInfo toIce() const
std::map< SkillID, SkillDescription > providedSkills
This file is part of ArmarX.
This file offers overloads of toIce() and fromIce() functions for STL container types.