Skip to main content

Type Alias: LNavAircraftState

LNavAircraftState = object

Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:26

An object describing the airplane's state used by LNAV.

Properties

gs

gs: number | null

Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:31

The airplane's ground speed, in knots, or null if data is not available.


planePos

planePos: GeoPointInterface

Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:28

The airplane's position. If data is not available, then planePos.isValid() will return false.


tas

tas: number | null

Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:37

The airplane's true airspeed, in knots, or null if data is not available.


track

track: number | null

Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:34

The airplane's true ground track, in degrees, or null if data is not available.