GazeTargets.ice
Go to the documentation of this file.
1#pragma once
2
3#include <ArmarXCore/interface/core/time.ice>
4
5#include <RobotAPI/interface/core/FramedPoseBase.ice>
6
7module armarx
8{
9 module view_selection
10 {
11 module gaze_targets
12 {
13 module dto
14 {
16 {
23 };
24
30
32 {
33 string targetName;
34 armarx::core::time::dto::DateTime requestTimestamp;
35 armarx::core::time::dto::DateTime reachedTimestamp;
36 armarx::core::time::dto::DateTime releasedTimestamp;
37 armarx::core::time::dto::DateTime abortedTimestamp;
38 armarx::FramedPositionBase targetPosition;
39 };
40 };
41 };
42 };
43};
armarx::core::time::dto::DateTime releasedTimestamp
armarx::core::time::dto::DateTime requestTimestamp
armarx::core::time::dto::DateTime reachedTimestamp
armarx::core::time::dto::DateTime abortedTimestamp
This file offers overloads of toIce() and fromIce() functions for STL container types.
This file is part of ArmarX.