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>
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:166