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
PackagePath.h
aron_conversions.h
armarx::PackagePath
Definition
PackagePath.h:53
armarx::aron::packagepath
Definition
packagepath.h:14
armarx::aron::packagepath::toAron
void toAron(arondto::PackagePath &dto, const PackagePath &bo)
Definition
packagepath.cpp:14
armarx::aron::packagepath::fromAron
void fromAron(const arondto::PackagePath &dto, PackagePath &bo)
Definition
packagepath.cpp:8
armarx::aron
Definition
DataDisplayVisitor.cpp:6
armarx::arondto
Definition
framed.h:8
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition
ArmarXTimeserver.cpp:28
RobotAPI
libraries
aron
common
aron_conversions
packagepath.h
Generated by
1.13.2