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