FluxioSkillStatusUpdate.h
Go to the documentation of this file.
1#pragma once
2
4#include <RobotAPI/interface/skills/SkillManagerInterface.h>
5
6namespace armarx
7{
8 namespace skills
9 {
11 {
13 std::string executionId;
14 std::string subSkillNodeId;
16 // TODO: add name field for debugging
17
18 manager::dto::FluxioSkillStatusUpdate toManagerIce() const;
19 };
20 } // namespace skills
21} // namespace armarx
Represents a point in time.
Definition DateTime.h:25
This file is part of ArmarX.
This file offers overloads of toIce() and fromIce() functions for STL container types.
manager::dto::FluxioSkillStatusUpdate toManagerIce() const