Type Alias: DefaultVdiDataProviderOptions
DefaultVdiDataProviderOptions =
object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/VDI/DefaultVdiDataProvider.ts:16
Configuration options for DefaultVdiDataProvider.
Properties
ahrsIndex?
optional
ahrsIndex:number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/VDI/DefaultVdiDataProvider.ts:24
The index of the AHRS from which to source data. Defaults to 1
.
fmsId?
optional
fmsId:string
|Subscribable
<string
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/VDI/DefaultVdiDataProvider.ts:18
The ID of the FMS from which to source data.
vnavIndex?
optional
vnavIndex:number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/VDI/DefaultVdiDataProvider.ts:21
The index of the VNAV from which to source data. Defaults to 0
.