armarx::armem::query Namespace Reference

Enumerations

enum  DataMode { NoData, WithData }
 
enum  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 DataMode
strong
Enumerator
NoData 

Just get the structure, but no ARON data.

WithData 

Get structure and ARON data.

Definition at line 7 of file DataMode.h.

◆ QueryTarget

enum QueryTarget
strong
Enumerator
WM 
WM_LTM 

Definition at line 8 of file QueryTarget.h.

Function Documentation

◆ boolToDataMode()

DataMode boolToDataMode ( bool  withData)

Definition at line 5 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 13 of file QueryTarget.cpp.

◆ toIce()

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

Definition at line 5 of file QueryTarget.cpp.