RAVE
|
Settings if there is a which to create an array of settings from which to create quality flag definitions. More...
#include <composite_utils.h>
Public Attributes | |
char * | qualityFieldName |
quality field name | |
RaveDataType | datatype |
data field type | |
double | offset |
offset | |
double | gain |
gain | |
Settings if there is a which to create an array of settings from which to create quality flag definitions.
In that case, the format of the array should be: static CompositeQualityFlagSettings_t COMPOSITE_ENGINE_QUALITY_FLAG_DEFINITIONS[] = { {"se.smhi.composite.distance.radar", RaveDataType_UCHAR, 0.0, 2000.0}, {"se.smhi.composite.height.radar", RaveDataType_UCHAR, 0.0, 100.0}, {"se.smhi.composite.index.radar", RaveDataType_UCHAR, 0.0, 1.0}, {NULL, RaveDataType_UNDEFINED, 0.0, 0.0} };
@NOTE: that the array ends with NULL, UNDEFINED which is an indication of end of array
RaveDataType CompositeQualityFlagSettings_t::datatype |
data field type
double CompositeQualityFlagSettings_t::gain |
gain
double CompositeQualityFlagSettings_t::offset |
offset
char* CompositeQualityFlagSettings_t::qualityFieldName |
quality field name