Interface: VdiDataProvider
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:8
A data provider for a vertical deviation indicator.
Properties
gpDeviation
readonly
gpDeviation:Subscribable
<null
|number
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:25
The current glidepath deviation.
gpDeviationIsPreview
readonly
gpDeviationIsPreview:Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:28
Whether the current glidepath deviation is a preview.
gpDeviationScale
readonly
gpDeviationScale:Subscribable
<null
|number
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:31
The current glidepath deviation scale, in feet.
gpServiceLevel
readonly
gpServiceLevel:Subscribable
<GlidepathServiceLevel
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:22
The current glidepath service level.
gsDeviation
readonly
gsDeviation:Subscribable
<null
|number
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:13
The current glideslope deviation.
gsDeviationIsPreview
readonly
gsDeviationIsPreview:Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:16
Whether the current glideslope deviation is a preview.
hasGp
readonly
hasGp:Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:19
Whether a glidepath is available.
hasGs
readonly
hasGs:Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:10
Whether a glideslope is available.
hasVNav
readonly
hasVNav:Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:34
Whether a VNAV path is available.
isPastFaf
readonly
isPastFaf:Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:40
Whether the active leg is past the final approach fix.
vnavDeviation
readonly
vnavDeviation:Subscribable
<null
|number
>
Defined in: src/garminsdk/components/nextgenpfd/vdi/VdiDataProvider.ts:37
The current VNAV vertical deviation.