packagepath.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
ArmarXCore/core/PackagePath.h
>
4
5
#include <
RobotAPI/libraries/aron/core/aron_conversions.h
>
6
7
// arondto forward declarations
8
namespace
armarx::arondto
9
{
10
class
PackagePath;
11
}
12
13
namespace
armarx::aron::packagepath
14
{
15
16
void
fromAron
(
const
arondto::PackagePath& dto,
PackagePath
&
bo
);
17
void
toAron
(arondto::PackagePath& dto,
const
PackagePath
&
bo
);
18
19
}
// namespace armarx::aron::packagepath
20
21
namespace
armarx::aron
22
{
23
using
packagepath::fromAron
;
24
using
packagepath::toAron
;
25
}
// namespace armarx::aron
26
27
namespace
armarx
28
{
29
using
aron::packagepath::fromAron
;
30
using
aron::packagepath::toAron
;
31
}
// namespace armarx
armarx::arondto
Definition:
framed.h:7
aron_conversions.h
armarx::aron
Definition:
DataDisplayVisitor.cpp:5
armarx::aron::packagepath::fromAron
void fromAron(const arondto::PackagePath &dto, PackagePath &bo)
Definition:
packagepath.cpp:8
armarx::aron::packagepath::toAron
void toAron(arondto::PackagePath &dto, const PackagePath &bo)
Definition:
packagepath.cpp:14
armarx::aron::packagepath
Definition:
packagepath.h:13
armarx::PackagePath
Definition:
PackagePath.h:55
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:168
PackagePath.h
RobotAPI
libraries
aron
common
aron_conversions
packagepath.h
Generated on Sat Oct 12 2024 09:14:09 for armarx_documentation by
1.8.17