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
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
flightPlanner | FlightPlanner <any > | The flight planner from which to source active flight plan data. |
facLoader | FacilityLoader | An instance of the facility loader. |
options? | Readonly <GpsSynchronizerOptions > | Options with which to configure the synchronizer. |
Returns
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