VerticalDataSource Enumeration |
An enumeration of the different sources of vertical data in ADS-B version 1 target state and status messages.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum VerticalDataSource
Public Enumeration VerticalDataSource
public enum class VerticalDataSource
Members
| Member name | Value | Description |
---|
| None | 0 |
No valid vertical target state data is available.
|
| AutopilotControlPanel | 1 |
Source is the autopilot control panel selected value, such as from an MCP or FCU.
|
| HoldingAltitude | 2 |
The holding altitude.
|
| Fms | 3 |
Source is from an FMS/RNAV system.
|
See Also