Interface: FlightPathAnticipatedDataContext
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:6
A context which provides information for a FlightPathAnticipatedDataCalculator.
Properties
activeLegIndex
readonly
activeLegIndex:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:8
The index of the active flight plan leg.
altitude
readonly
altitude:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:11
The current altitude of the airplane, in feet, or NaN
if altitude data are not available.
gs
readonly
gs:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:20
The current ground speed of the airplane, in knots, or NaN
if ground speed data are not available.
planeAltitude
readonly
planeAltitude:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:23
The current altitude of the airplane to use for flight path calculations, in feet.
planeClimbRate
readonly
planeClimbRate:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:26
The current climb rate of the airplane to use for flight path calculations, in feet per minute.
planeSpeed
readonly
planeSpeed:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:29
The current ground speed of the airplane to use for flight path calculations, in knots.
planeTrueAirspeed
readonly
planeTrueAirspeed:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:32
The current true airspeed of the airplane to use for flight path calculations, in knots.
planeWindDirection
readonly
planeWindDirection:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:38
The wind direction at the airplane's current position to use for flight path calculations, in degrees relative to true north. Wind direction is defined as the bearing from which the wind is blowing.
planeWindSpeed
readonly
planeWindSpeed:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:41
The wind speed at the airplane's current position to use for flight path calculations, in knots.
tas
readonly
tas:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:17
The current true airspeed of the airplane, in knots, or NaN
if true airspeed data are not available.
verticalSpeed
readonly
verticalSpeed:number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:14
The current vertical speed of the airplane, in feet per minute, or NaN
if vertical speed data are not available.