armarx::armem::query Namespace Reference

Enumerations

enum class  DataMode { NoData , WithData }
 
enum class  QueryTarget { WM , WM_LTM }
 

Functions

DataMode boolToDataMode (bool withData)
 
void fromIce (const armem::query::data::QueryTarget::QueryTargetEnum ice, QueryTarget &bo)
 
void toIce (armem::query::data::QueryTarget::QueryTargetEnum &ice, const QueryTarget bo)
 

Enumeration Type Documentation

◆ DataMode

enum class DataMode
strong
Enumerator
NoData 

Just get the structure, but no ARON data.

WithData 

Get structure and ARON data.

Definition at line 6 of file DataMode.h.

◆ QueryTarget

enum class QueryTarget
strong
Enumerator
WM 
WM_LTM 

Definition at line 8 of file QueryTarget.h.

Function Documentation

◆ boolToDataMode()

DataMode boolToDataMode ( bool withData)

Definition at line 6 of file DataMode.cpp.

+ Here is the caller graph for this function:

◆ fromIce()

void fromIce ( const armem::query::data::QueryTarget::QueryTargetEnum ice,
QueryTarget & bo )

Definition at line 20 of file QueryTarget.cpp.

◆ toIce()

void toIce ( armem::query::data::QueryTarget::QueryTargetEnum & ice,
const QueryTarget bo )

Definition at line 6 of file QueryTarget.cpp.