Click or drag to resize
AirborneVelocityMessage Class
Gets or sets the content of an airborne velocity ADS-B message.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.AdsbAirborneVelocityMessage

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AirborneVelocityMessage

The AirborneVelocityMessage type exposes the following members.

Constructors
  NameDescription
Public methodAirborneVelocityMessage
Initializes a new instance of the AirborneVelocityMessage class
Top
Properties
  NameDescription
Public propertyAirspeed
Gets or sets the aircraft's airspeed in knots.
Public propertyAirspeedExceeded
Gets or sets a value indicating that the aircraft's airspeed is higher than the maximum value that ADS-B messages can carry.
Public propertyAirspeedIsTrueAirspeed
Gets or sets a value indicating whether the Airspeed property indicates true airspeed or indicated airspeed.
Public propertyChangeOfIntent
Gets or sets a value indicating that the Intent Change flag in a velocity message was set.
Public propertyGeometricAltitudeDelta
Gets or sets the difference between geometric and barometric altitude. Positive values indicate geometric altitude is above barometric, negative values indicate geometric altitude is below barometric.
Public propertyGeometricAltitudeDeltaExceeded
Gets or sets a value indicating that the difference between the geometric and barometric altitude sources exceeds the maximum value that ADS-B can convey.
Public propertyHeading
Gets or sets the aircraft's heading (not its ground track).
Public propertyHorizontalVelocityError
Gets or sets the margin for error for the horizontal velocity values.
Public propertyVectorVelocity
Gets or sets the velocity and bearing when expressed in an ADS-B message as a pair of speeds along the X/Y axes.
Public propertyVelocityType
Gets or sets the type of velocity encoded within the message, specifically whether it is airspeed or ground speed.
Public propertyVerticalRate
Gets or sets the vertical rate in feet per minute. Positive values indicate that the vehicle is ascending, negative values indicate the vehicle is descending.
Public propertyVerticalRateExceeded
Gets or sets a value indicating that the vertical rate exceeds the highest value that the ADS-B message can convey.
Public propertyVerticalRateIsBarometric
Gets or sets a value indicating that the source for the vertical rate is barometric as opposed to geometric.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns an English description of the message.
(Overrides ObjectToString.)
Top
See Also