depth property

  1. @ImcField('Depth', 'depth', ImcType.typeFp64, units: 'm')
double depth

The reported depth. In the case of not knowing the depth 0 will be reported. Airplanes usually have negative values (por positive altitude).

Implementation

@ImcField('Depth', 'depth', ImcType.typeFp64, units: 'm')
double get depth;