Interface: WT21FixInfoCalculatedData
Fix Info Calculated Data for the CDU
Properties
abeamCalculated
• abeamCalculated: boolean
Have we attempted to find an abeam point? reset to false when the abeam point cannot be found, or is passed by the aircraft
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:24
abeamPredictions
• abeamPredictions: BearingDistPredictions
Abeam intersection bearing/distance/eta/dtg/alt predictions
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:26
bearingDistancePredictions
• bearingDistancePredictions: BearingDistPredictions
[]
Bearing/distance/eta/dtg/alt predictions There will be WT21FixInfoOptions.numberOfBearingDistances tuples.
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:17
etaAltitudePrediction
• etaAltitudePrediction: null
| number
Predicted distance in metres to the eta or altitude, or null if no prediction
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:28
fixBearing
• fixBearing: null
| number
Bearing (magnetic or true degrees depending on ref)
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:10
fixDistance
• fixDistance: null
| number
Distance (NM) from the fix to the plane
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:12
fixIdent
• fixIdent: null
| string
Identifier of the fix, or null if this page is unused
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:8
latitudeLongitudePredictions
• latitudeLongitudePredictions: LatLonPredictions
[]
Bearing/distance/eta/dtg/alt predictions for lat/lon crossings. There will be WT21FixInfoOptions.numberOfLatLonCrossings tuples.
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:22