Interface: WT21FixInfoFlightPlanData
Fix Info data that is synced across the bus in flight plan user data. The abeam and bearing/distance data belongs to the fix, and is erased if the fix is cleared or replace. The predicated time or altitude data belongs only to the page. For fix info internal use only!
Hierarchy
WT21FixInfoFlightPlanData
Properties
bearingDistances
• bearingDistances: [null
| number
, null
| number
][]
Up to WT21FixInfoOptions.numberOfBearingDistances bearings entered, [bearing in degrees true, distance in metres]
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:81
calculateAbeamPoint
• calculateAbeamPoint: boolean
Whether the abeam point should be calculated for this fix info
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:89
fixIcao
• fixIcao: null
| string
The reference fix for the page. Can be airport, navaid, waypoint, pilot waypoint, lat/lon, P/B/D, PB/PB, along track waypoint/airway intersection, or reporting point from route.
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:79
latitudeLongitudes
• latitudeLongitudes: [null
| number
, null
| number
][]
Up to WT21FixInfoOptions.numberOfLatLonCrossings lat or lon crossings entered, [latitude degrees, longitude degrees]
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:83
predictedAltitude
• predictedAltitude: null
| number
Time to predict distance for in metres MSL, mutually exclusive with predictedTime
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:87
predictedTime
• predictedTime: null
| number
Time to predict distance for as a JS timestamp (ms since unix epoch), mutually exclusive with predictedAltitude
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:85