3#include <experimental/memory>
6#include <RobotAPI/interface/skills/SkillManagerInterface.h>
7#include <RobotAPI/libraries/skills/core/aron/FluxioIdentificator.aron.generated.h>
8#include <RobotAPI/libraries/skills/core/aron/FluxioProfile.aron.generated.h>
28 std::map<std::string, FluxioProfile>& profilesMap);
31 std::map<std::string, FluxioProfile>& profilesMap);
33 std::map<std::string, FluxioProfile>& profilesMap);
This file is part of ArmarX.
This file offers overloads of toIce() and fromIce() functions for STL container types.
manager::arondto::FluxioIdentificator toFluxioIdentificatorAron() const
manager::dto::FluxioProfile toManagerIce() const
std::experimental::observer_ptr< const FluxioProfile > parentPtr
manager::arondto::FluxioProfile toManagerAron() const
static std::experimental::observer_ptr< const FluxioProfile > FromFluxioIdentificatorIce(const manager::dto::FluxioIdentificator &i, std::map< std::string, FluxioProfile > &profilesMap)
static std::experimental::observer_ptr< const FluxioProfile > FromFluxioIdentificatorAron(const manager::arondto::FluxioIdentificator &i, std::map< std::string, FluxioProfile > &profilesMap)
static FluxioProfile FromIce(const manager::dto::FluxioProfile &i, std::map< std::string, FluxioProfile > &profilesMap)
manager::dto::FluxioIdentificator toFluxioIdentificatorIce() const