Interface: LNavComputerDataProvider
Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:32
A provider of data for LNavComputer.
Properties
gs
readonlygs:Accessible<null|number>
Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:37
The airplane's ground speed, in knots, or null if data is not available.
heading
readonlyheading:Accessible<null|number>
Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:43
The airplane's true heading, in degrees, or null if data is not available.
magVar
readonlymagVar:Accessible<null|number>
Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:46
The magnetic variation at the airplane's position, in degrees east, or null if data is not available.
planePos
readonlyplanePos:Accessible<Readonly<LatLonInterface>>
Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:34
The airplane's position. If data is not available, then NaN is written to one or both lat/lon properties.
tas
readonlytas:Accessible<null|number>
Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:49
The airplane's true airspeed, in knots, or null if data is not available.
track
readonlytrack:Accessible<null|number>
Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:40
The airplane's true ground track, in degrees, or null if data is not available.