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
9
#include <
armarx/view_selection/gaze_targets/ice/GazeTargets.ice
>
10
11
module
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
24
void
resetPriorityQueue();
25
};
26
};
27
};
28
};
GazeTargets.ice
view_selection
This file is part of ArmarX.
armarx::view_selection::gaze_scheduler::GazeSchedulerInterface
Definition:
GazeSchedulerInterface.ice:17
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:27
armarx
view_selection
interfaces
GazeSchedulerInterface.ice
Generated by
1.8.17