Class: NavdataComputer
Computes Garmin LNAV-related data.
Constructors
constructor
• new NavdataComputer(bus
, flightPlanner
, facilityLoader
, options?
): NavdataComputer
Creates a new instance of the NavdataComputer.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus to use with this instance. |
flightPlanner | FlightPlanner <any > | The flight planner to use with this instance. |
facilityLoader | FacilityLoader | The facility loader to use with this instance. |
options? | Readonly <NavdataComputerOptions > | Options with which to configure the computer. |
Returns
Defined in
src/garminsdk/navigation/NavdataComputer.ts:153
Properties
lnavIndex
• Readonly
lnavIndex: number
The index of the LNAV computer from which this computer sources data.
Defined in
src/garminsdk/navigation/NavdataComputer.ts:51