FluxioTypeIdentificator.h
Go to the documentation of this file.
1#pragma once
2
3#include <RobotAPI/interface/skills/SkillManagerInterface.h>
4#include <RobotAPI/libraries/skills/core/aron/FluxioTypeIdentificator.aron.generated.h>
5
6namespace armarx
7{
8 namespace skills
9 {
11 {
12
13 std::string skillId;
14 std::string parameterId;
15
16 manager::dto::FluxioTypeIdentificator toManagerIce() const;
17 manager::arondto::FluxioTypeIdentificator toAron() const;
18
19 static FluxioTypeIdentificator FromIce(const manager::dto::FluxioTypeIdentificator& i);
20 static FluxioTypeIdentificator FromAron(const manager::arondto::FluxioTypeIdentificator& i);
21 };
22 } // namespace skills
23} // namespace armarx
This file is part of ArmarX.
This file offers overloads of toIce() and fromIce() functions for STL container types.
static FluxioTypeIdentificator FromAron(const manager::arondto::FluxioTypeIdentificator &i)
manager::arondto::FluxioTypeIdentificator toAron() const
static FluxioTypeIdentificator FromIce(const manager::dto::FluxioTypeIdentificator &i)
manager::dto::FluxioTypeIdentificator toManagerIce() const