Skip to main content

Class: GpsSynchronizer

A class that synchronizes LNAV and VNAV data to the sim's built-in GPS system.

Constructors

constructor

new GpsSynchronizer(bus, flightPlanner, facLoader, options?): GpsSynchronizer

Creates a new instance of GpsSynchronizer.

Parameters

NameTypeDescription
busEventBusThe event bus.
flightPlannerFlightPlanner<any>The flight planner from which to source active flight plan data.
facLoaderFacilityLoaderAn instance of the facility loader.
options?Readonly<GpsSynchronizerOptions>Options with which to configure the synchronizer.

Returns

GpsSynchronizer

Defined in

src/sdk/autopilot/GpsSynchronizer.ts:71

Methods

update

update(): void

Updates the GpsSynchronizer.

Returns

void

Defined in

src/sdk/autopilot/GpsSynchronizer.ts:244