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