BaseStationSupplementaryMessage Class |
Namespace: VirtualRadar.Interface.BaseStation
The BaseStationSupplementaryMessage type exposes the following members.
Name | Description | |
---|---|---|
BaseStationSupplementaryMessage | Initializes a new instance of the BaseStationSupplementaryMessage class |
Name | Description | |
---|---|---|
AltitudeIsGeometric |
Gets or sets a value indicating whether the Altitude is
geometric (true) or barometric (false).
| |
CallsignIsSuspect |
Gets or sets a value indicating that the callsign might be wrong.
| |
PressureSettingInHg |
Gets the barometric pressure setting in inches of mercury.
| |
PressureSettingMb |
Gets or sets the barometric pressure setting in millibars. A value of zero indicates that the pressure setting
was outside the bounds supported by the message type.
| |
SpeedType |
Gets or sets a value that qualifies the type of speed being reported in the
GroundSpeed property.
| |
TargetAltitude |
Gets or sets the target altitude setting from the aircraft's auto-pilot / FMS etc.
| |
TargetHeading |
Gets or sets the target heading from the aircraft's auto-pilot / FMS etc.
| |
TrackIsHeading |
Gets or sets a value indicating whether the Track value is
the aircraft's heading (true) or ground track (false).
| |
TransponderType |
Gets or sets a value indicating that the message carries some indication about the type of transponder
carried by the aircraft. Note that this is not set for plain Mode-S messages or ADS-B messages which
are identical for all versions of ADS-B - it is only set when the message plainly indicates a particular
version of ADS-B.
| |
VerticalRateIsGeometric |
Gets or sets a value indicating whether VerticalRate is
from a geometric (true) or barometric (false) source.
|
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 a string that represents the current object. (Inherited from Object.) |