GazeSchedulerInterface.ice
Go to the documentation of this file.
1
2#pragma once
3
4#include <ArmarXCore/interface/core/time.ice>
5
6#include <RobotAPI/interface/armem/client/MemoryListenerInterface.ice>
7#include <RobotAPI/interface/core/FramedPoseBase.ice>
8
10
11module armarx
12{
13 module view_selection
14 {
15 module gaze_scheduler
16 {
17 interface GazeSchedulerInterface extends armarx::armem::client::MemoryListenerInterface
18 {
19 //void fixateFor(string targetName, FramedPositionBase target,
20 // armarx::view_selection::gaze_targets::dto::TargetPriority priority,
21 // armarx::core::time::dto::Duration duration,
22 // bool keepInQueue);
23
25 };
26 };
27 };
28};
This file offers overloads of toIce() and fromIce() functions for STL container types.
This file is part of ArmarX.