Click or drag to resize
AircraftOperationalStatusMessage Class
A class that describes the content of ADS-B Aircraft Operational Status messages.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.AdsbAircraftOperationalStatusMessage

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

The AircraftOperationalStatusMessage type exposes the following members.

Constructors
  NameDescription
Public methodAircraftOperationalStatusMessage
Initializes a new instance of the AircraftOperationalStatusMessage class
Top
Properties
  NameDescription
Public propertyAdsbVersion
Gets or sets the ADS-B version that the transmitter is using.
Public propertyAirborneCapability
Gets or sets the airborne capability flags. The meaning of the flags depends upon the AdsbVersion.
Public propertyAircraftOperationalStatusType
Gets or sets the type of information carried by the message.
Public propertyGva
Gets or sets the geometric vertical accuracy code.
Public propertyHorizontalReferenceIsMagneticNorth
Gets or sets a value indicating whether horizontal angles are references against true north (false) or magnetic north (true).
Public propertyIsRebroadcast
Gets or sets a value indicating that the message has been rebroadcast by a ground link. It's unlikely that we shall ever see this set.
Public propertyLateralAxisGpsOffset
Gets or sets the offset, in metres, of the GPS antenna from the longitudinal centre line of the aircraft. Positive values indicate an offset towards the left wingtip, negative values are an offset towards the right wingtip.
Public propertyLongitudinalAxisGpsOffset
Gets or sets the offset, in metres, of the GPS antenna from the nose of the aircraft.
Public propertyMaximumLength
Gets or sets the upper-bound length of the vehicle in metres.
Public propertyMaximumWidth
Gets or sets the upper-bound width of the vehicle in metres.
Public propertyNacP
Gets or sets the navigational accuracy category for positions.
Public propertyNicA
Gets or sets the value of the NIC Supplement A field.
Public propertyNicBaro
Gets or sets a value indicating the integrity category for barometric altitudes.
Public propertyNicC
Gets or sets the value of the NIC Supplement C field.
Public propertyOperationalMode
Gets or sets the operational modes that are active on board the aircraft.
Public propertySil
Gets or sets the source integrity level code.
Public propertySilSupplement
Gets or sets a value indicating whether the reporting SIL probability is based on a per-sample (true) or per-hour (false) probability.
Public propertySurfaceCapability
Gets or sets the surface capability flags.
Public propertySurfacePositionAngleIsTrack
Gets or sets a value indicating whether the track angle in surface position messages is the target heading angle (false) or the track angle (true).
Public propertySystemDesignAssurance
Gets or sets the SDA value extracted from the OperationalMode value in version 2 messages.
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 content.
(Overrides ObjectToString.)
Top
See Also