Skip to main content

Class: NavdataComputer

Computes Garmin LNAV-related data.

Constructors

constructor

new NavdataComputer(bus, flightPlanner, facilityLoader, options?): NavdataComputer

Creates a new instance of the NavdataComputer.

Parameters

NameTypeDescription
busEventBusThe event bus to use with this instance.
flightPlannerFlightPlanner<any>The flight planner to use with this instance.
facilityLoaderFacilityLoaderThe facility loader to use with this instance.
options?Readonly<NavdataComputerOptions>Options with which to configure the computer.

Returns

NavdataComputer

Defined in

src/garminsdk/navigation/NavdataComputer.ts:153

Properties

Readonly lnavIndex: number

The index of the LNAV computer from which this computer sources data.

Defined in

src/garminsdk/navigation/NavdataComputer.ts:51