HorizontalDataSource Enumeration |
An enumeration of the different sources of horizontal data for 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 HorizontalDataSource
Public Enumeration HorizontalDataSource
public enum class HorizontalDataSource
type HorizontalDataSource
Members
| Member name | Value | Description |
---|
| None | 0 |
No valid horizontal target state data is available.
|
| AutopilotControlPanel | 1 |
Source is the autopilot control panel selected value, such as from an MCP or FCU.
|
| MaintainingHeading | 2 |
Maintaining the current heading or track.
|
| Fms | 3 |
Source is from an FMS/RNAV system and the heading is the track angle specified by the leg type.
|
See Also