Skip to main content

Interface: LNavComputerDataProvider

Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:32

A provider of data for LNavComputer.

Properties

gs

readonly gs: 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

readonly heading: 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

readonly magVar: 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

readonly planePos: 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

readonly tas: 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

readonly track: 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.