names.cpp
Go to the documentation of this file.
1
#include "
names.h
"
2
3
#include <RobotAPI/libraries/aron/common/aron/Names.aron.generated.h>
4
#include <
RobotAPI/libraries/core/Names.h
>
5
6
void
7
armarx::fromAron
(
const
arondto::Names& dto,
Names
&
bo
)
8
{
9
bo
.recognized = dto.recognized;
10
bo
.spoken = dto.spoken;
11
}
12
13
void
14
armarx::toAron
(arondto::Names& dto,
const
Names
&
bo
)
15
{
16
dto.recognized =
bo
.recognized;
17
dto.spoken =
bo
.spoken;
18
}
armarx::Names
Definition:
Names.h:9
armarx::fromAron
void fromAron(const arondto::PackagePath &dto, PackageFileLocation &bo)
armarx::toAron
void toAron(arondto::PackagePath &dto, const PackageFileLocation &bo)
Names.h
names.h
armarx::aron::bo
const std::optional< BoT > & bo
Definition:
aron_conversions.h:168
RobotAPI
libraries
aron
common
aron_conversions
names.cpp
Generated on Sat Oct 12 2024 09:14:09 for armarx_documentation by
1.8.17