value property

  1. @ImcField('Value', 'value', ImcType.typeFp32, units: 'm/s')
double value

Value of the rejection. If it is an innovation rejection the value is the absolute difference between the previous accepted DVL measurement and the current one. If it is an absolute rejection the value is the current DVL measurement.

Implementation

@ImcField('Value', 'value', ImcType.typeFp32, units: 'm/s')
double get value;