AircraftOperationalStatusMessage Class |
Namespace: VirtualRadar.Interface.Adsb
The AircraftOperationalStatusMessage type exposes the following members.
Name | Description | |
---|---|---|
AircraftOperationalStatusMessage | Initializes a new instance of the AircraftOperationalStatusMessage class |
Name | Description | |
---|---|---|
AdsbVersion |
Gets or sets the ADS-B version that the transmitter is using.
| |
AirborneCapability |
Gets or sets the airborne capability flags. The meaning of the flags depends upon the AdsbVersion.
| |
AircraftOperationalStatusType |
Gets or sets the type of information carried by the message.
| |
Gva |
Gets or sets the geometric vertical accuracy code.
| |
HorizontalReferenceIsMagneticNorth |
Gets or sets a value indicating whether horizontal angles are references against true north (false) or magnetic north (true).
| |
IsRebroadcast |
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.
| |
LateralAxisGpsOffset |
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.
| |
LongitudinalAxisGpsOffset |
Gets or sets the offset, in metres, of the GPS antenna from the nose of the aircraft.
| |
MaximumLength |
Gets or sets the upper-bound length of the vehicle in metres.
| |
MaximumWidth |
Gets or sets the upper-bound width of the vehicle in metres.
| |
NacP |
Gets or sets the navigational accuracy category for positions.
| |
NicA |
Gets or sets the value of the NIC Supplement A field.
| |
NicBaro |
Gets or sets a value indicating the integrity category for barometric altitudes.
| |
NicC |
Gets or sets the value of the NIC Supplement C field.
| |
OperationalMode |
Gets or sets the operational modes that are active on board the aircraft.
| |
Sil |
Gets or sets the source integrity level code.
| |
SilSupplement |
Gets or sets a value indicating whether the reporting SIL probability is based on a per-sample (true) or per-hour (false) probability.
| |
SurfaceCapability |
Gets or sets the surface capability flags.
| |
SurfacePositionAngleIsTrack |
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).
| |
SystemDesignAssurance |
Gets or sets the SDA value extracted from the OperationalMode value in version 2 messages.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns an English description of the message content.
(Overrides ObjectToString.) |