Click or drag to resize
VelocityType Enumeration
An enumeration of the different types of velocity message encodings in an ADS-B velocity message.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum VelocityType
Members
  Member nameValueDescription
VelocityType00 Reserved.
GroundSpeedSubsonic1 Velocity over ground under normal airspeed conditions.
GroundSpeedSupersonic2 Velocity over ground under supersonic conditions.
AirspeedSubsonic3 Indicated or true airspeed under normal airspeed conditions.
AirspeedSupersonic4 Indicated or true airspeed under supersonic conditions.
VelocityType55 Reserved.
VelocityType66 Reserved.
VelocityType77 Reserved.
See Also