Skip to main content

Interface: GarminGlidepathComputerOptions

Defined in: src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:18

Configuration options for GarminGlidepathComputer.

Properties

allowApproachBaroVNav?

optional allowApproachBaroVNav: boolean

Defined in: src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:29

Whether to allow approach service levels requiring baro VNAV. Defaults to false.


allowPlusVWithoutSbas?

optional allowPlusVWithoutSbas: boolean

Defined in: src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:26

Whether to allow +V approach service levels when no SBAS is present. Defaults to true.


allowRnpAr?

optional allowRnpAr: boolean

Defined in: src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:32

Whether to allow RNP (AR) approach service levels. Defaults to false.


gpsSystemState?

optional gpsSystemState: Subscribable<GPSSystemState>

Defined in: src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:38

The current GPS system state. If not defined, then the computer behaves as if a 3D solution with differential corrections applied is available at all times.


optional lnavIndex: number | Subscribable<number>

Defined in: src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:23

The index of the LNAV from which to source data. Defaults to 0.


primaryPlanIndex?

optional primaryPlanIndex: number

Defined in: src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:20

The index of the flight plan for which to provide vertical guidance. Defaults to 0.