aron_conversions.h File Reference
#include <armarx/navigation/rooms/aron/Room.aron.generated.h>
#include <armarx/navigation/rooms/types.h>
+ Include dependency graph for aron_conversions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::navigation
 This file is part of ArmarX.
 
 armarx::navigation::rooms
 This file is part of ArmarX.
 

Functions

void fromAron (const arondto::Room &dto, Room &bo)
 
void toAron (arondto::Room &dto, const Room &bo)
 
template<class DtoT , class BoT >
DtoT toAron (const BoT &bo)