FluxioSkillStatusUpdate.cpp
Go to the documentation of this file.
2
4#include <RobotAPI/interface/skills/SkillManagerInterface.h>
5
6namespace armarx
7{
8 namespace skills
9 {
10 manager::dto::FluxioSkillStatusUpdate
12 {
13 manager::dto::FluxioSkillStatusUpdate ret;
15 ret.executionId = executionId;
16 ret.subSkillNodeId = {.id = subSkillNodeId, .hint = ""};
17 toIce(ret.status, status);
18 return ret;
19 }
20 } // namespace skills
21} // namespace armarx
void toIce(dto::ClockType::ClockTypeEnum &dto, const ClockType &bo)
This file is part of ArmarX.
void toIce(core::dto::Execution::Status &ret, const SkillStatus &status)
This file offers overloads of toIce() and fromIce() functions for STL container types.
manager::dto::FluxioSkillStatusUpdate toManagerIce() const