packagepath.cpp
Go to the documentation of this file.
1
#include "
packagepath.h
"
2
3
#include <RobotAPI/libraries/aron/common/aron/PackagePath.aron.generated.h>
4
5
/* PackagePath */
6
7
void
8
armarx::aron::packagepath::fromAron
(
const
arondto::PackagePath& dto,
PackagePath
& bo)
9
{
10
bo = {dto.package, dto.path};
11
}
12
13
void
14
armarx::aron::packagepath::toAron
(arondto::PackagePath& dto,
const
PackagePath
& bo)
15
{
16
const
armarx::data::PackagePath icedto = bo.
serialize
();
17
dto.package = icedto.package;
18
dto.path = icedto.path;
19
}
armarx::PackagePath
Definition
PackagePath.h:53
armarx::PackagePath::serialize
data::PackagePath serialize() const
Definition
PackagePath.cpp:67
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
packagepath.h
RobotAPI
libraries
aron
common
aron_conversions
packagepath.cpp
Generated by
1.13.2