|
|
#include "ice_conversions.h"#include <ArmarXCore/core/ice_conversions.h>#include <ArmarXCore/core/time.h>
Include dependency graph for ice_conversions.cpp:Go to the source code of this file.
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| armarx::view_selection | |
| armarx::view_selection::gaze_targets | |
Functions | |
| void | fromIce (const dto::AttentionType::AttentionTypeEnum &dto, AttentionType &bo) |
| void | fromIce (const dto::GazeTargetPtr &dto, GazeTarget &bo) |
| void | fromIce (const dto::TargetPriority &dto, TargetPriority &bo) |
| void | toIce (dto::AttentionType::AttentionTypeEnum &dto, const AttentionType &bo) |
| void | toIce (dto::GazeTargetPtr &dto, const GazeTarget &bo) |
| void | toIce (dto::TargetPriority &dto, const TargetPriority &bo) |