5 #include <RobotAPI/interface/skills/SkillManagerInterface.h>
6 #include <RobotAPI/libraries/skills/core/aron/FluxioIdentificator.aron.generated.h>
12 manager::dto::FluxioProfile
15 manager::dto::FluxioProfile
ret;
22 ret.parentIdHasValue =
false;
24 ret.parentId.hint =
"";
28 ret.parentIdHasValue =
true;
35 manager::arondto::FluxioProfile
38 manager::arondto::FluxioProfile
ret;
45 ret.parentIdHasValue =
false;
47 ret.parentId.hint =
"";
51 ret.parentIdHasValue =
true;
58 manager::dto::FluxioIdentificator
61 manager::dto::FluxioIdentificator
ret;
69 manager::arondto::FluxioIdentificator
72 manager::arondto::FluxioIdentificator
ret;
82 std::map<std::string, FluxioProfile>& profilesMap)
84 const auto& profilesEntry = profilesMap.find(i.id);
86 if (profilesEntry == profilesMap.end())
97 std::map<std::string, FluxioProfile>& profilesMap)
99 const auto& profilesEntry = profilesMap.find(i.id);
101 if (profilesEntry == profilesMap.end())
112 std::map<std::string, FluxioProfile>& profilesMap)
119 ret.description = i.description;
120 if (!i.parentIdHasValue)
122 ret.parentPtr =
nullptr;