armarx.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <RobotAPI/libraries/ArmarXObjects/ObjectInfo.h> // For PackageFileLocation
4 #include <RobotAPI/libraries/aron/common/aron/PackagePath.aron.generated.h>
5 
7 #include <RobotAPI/libraries/ArmarXObjects/aron/ObjectID.aron.generated.h>
8 
9 
10 namespace armarx
11 {
12  void fromAron(const arondto::PackagePath& dto, PackageFileLocation& bo);
13  void toAron(arondto::PackagePath& dto, const PackageFileLocation& bo);
14 
15  void fromAron(const arondto::ObjectID& dto, ObjectID& bo);
16  void toAron(arondto::ObjectID& dto, const ObjectID& bo);
17 }
armarx::armem::attachment::ObjectID
armem::MemoryID ObjectID
Definition: types.h:79
ObjectID.h
ObjectInfo.h
armarx::fromAron
void fromAron(const arondto::PackagePath &dto, PackageFileLocation &bo)
armarx::toAron
void toAron(arondto::PackagePath &dto, const PackageFileLocation &bo)
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28
armarx::aron::bo
const std::optional< BoT > & bo
Definition: aron_conversions.h:166