aron_conversions.cpp File Reference
#include "aron_conversions.h"
+ Include dependency graph for aron_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 fromAron (const arondto::AttentionType &dto, AttentionType &bo)
 
void fromAron (const arondto::GazeTarget &dto, GazeTarget &bo)
 
void fromAron (const arondto::TargetPriority &dto, TargetPriority &bo)
 
void fromAron (const arondto::TargetStatus &dto, TargetStatus &bo)
 
void toAron (arondto::AttentionType &dto, const AttentionType &bo)
 
void toAron (arondto::GazeTarget &dto, const GazeTarget &bo)
 
void toAron (arondto::TargetPriority &dto, const TargetPriority &bo)
 
void toAron (arondto::TargetStatus &dto, const TargetStatus &bo)