1.1.4.42 DRV_METROLOGY_MEASURE_SIGN Enum
C
typedefenum
{
/* Positive Value */
MEASURE_SIGN_POSITIVE = 0,
/* Negative Value */
MEASURE_SIGN_NEGATIVE = 1,
} DRV_METROLOGY_MEASURE_SIGN;SummaryDescribes the sign of Metrology measurements.
DescriptionEvery Metrology measurement is stored internally in absolute value. The sign is stored in a different variable of this type.
