QueryTarget.cpp
Go to the documentation of this file.
1
#include "
QueryTarget.h
"
2
3
namespace
armarx::armem::query
4
{
5
void
toIce
(armem::query::data::QueryTarget::QueryTargetEnum& ice,
const
QueryTarget
bo
)
6
{
7
switch
(
bo
)
8
{
9
case
QueryTarget::WM
: ice = armem::query::data::QueryTarget::WM;
break
;
10
case
QueryTarget::WM_LTM
: ice = armem::query::data::QueryTarget::WM_LTM;
break
;
11
}
12
}
13
void
fromIce
(
const
armem::query::data::QueryTarget::QueryTargetEnum ice,
QueryTarget
&
bo
)
14
{
15
switch
(ice)
16
{
17
case
armem::query::data::QueryTarget::WM:
bo
=
QueryTarget::WM
;
break
;
18
case
armem::query::data::QueryTarget::WM_LTM:
bo
=
QueryTarget::WM_LTM
;
break
;
19
}
20
}
21
}
armarx::armem::query
Definition:
DataMode.cpp:3
armarx::armem::query::QueryTarget::WM_LTM
@ WM_LTM
armarx::armem::query::QueryTarget::WM
@ WM
armarx::armem::query::fromIce
void fromIce(const armem::query::data::QueryTarget::QueryTargetEnum ice, QueryTarget &bo)
Definition:
QueryTarget.cpp:13
armarx::armem::query::toIce
void toIce(armem::query::data::QueryTarget::QueryTargetEnum &ice, const QueryTarget bo)
Definition:
QueryTarget.cpp:5
armarx::armem::query::QueryTarget
QueryTarget
Definition:
QueryTarget.h:8
armarx::aron::bo
const std::optional< BoT > & bo
Definition:
aron_conversions.h:168
QueryTarget.h
RobotAPI
libraries
armem
core
query
QueryTarget.cpp
Generated on Sat Oct 12 2024 09:14:08 for armarx_documentation by
1.8.17