Interface: WT21FixInfoFlightPlanData
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:73
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!
Extended by
Properties
bearingDistances
bearingDistances: [
null
|number
,null
|number
][]
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:81
Up to WT21FixInfoOptions.numberOfBearingDistances bearings entered, [bearing in degrees true, distance in metres]
calculateAbeamPoint
calculateAbeamPoint:
boolean
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:89
Whether the abeam point should be calculated for this fix info
fixIcao
fixIcao:
null
|string
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:79
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.
latitudeLongitudes
latitudeLongitudes: [
null
|number
,null
|number
][]
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:83
Up to WT21FixInfoOptions.numberOfLatLonCrossings lat or lon crossings entered, [latitude degrees, longitude degrees]
predictedAltitude
predictedAltitude:
null
|number
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:87
Time to predict distance for in metres MSL, mutually exclusive with predictedTime
predictedTime
predictedTime:
null
|number
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:85
Time to predict distance for as a JS timestamp (ms since unix epoch), mutually exclusive with predictedAltitude