Type Alias: GpsSynchronizerOptions
GpsSynchronizerOptions =
object
Defined in: src/sdk/autopilot/GpsSynchronizer.ts:23
Configuration options for GpsSynchronizer.
Properties
lnavIndex?
optionallnavIndex:number|Subscribable<number>
Defined in: src/sdk/autopilot/GpsSynchronizer.ts:25
The index of the LNAV from which to source data. Defaults to 0.
vnavIndex?
optionalvnavIndex:number|Subscribable<number>
Defined in: src/sdk/autopilot/GpsSynchronizer.ts:28
The index of the VNAV from which to source data. Defaults to 0.