|
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) |
|
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.
|
strong |
Enumerator | |
---|---|
WM | |
WM_LTM |
Definition at line 8 of file QueryTarget.h.
DataMode boolToDataMode | ( | bool | withData | ) |
void fromIce | ( | const armem::query::data::QueryTarget::QueryTargetEnum | ice, |
QueryTarget & | bo | ||
) |
Definition at line 13 of file QueryTarget.cpp.
void toIce | ( | armem::query::data::QueryTarget::QueryTargetEnum & | ice, |
const QueryTarget | bo | ||
) |
Definition at line 5 of file QueryTarget.cpp.