Skip to main content

Interface: WT21VNavDataEvents

Defined in: workingtitle-instruments-wt21/shared/Navigation/WT21VnavEvents.ts:6

WT21 VNAV data events

Extends

  • VNavDataEvents

Indexable

[key: `approach_supports_gp_${number}`]: boolean

[key: `vnav_path_display_${number}`]: boolean

[key: `vnav_active_leg_alt_${number}`]: number

[key: `gp_available_${number}`]: boolean

[key: `gp_gsi_scaling_${number}`]: number

Properties

approach_supports_gp

approach_supports_gp: boolean

Defined in: sdk/autopilot/vnav/VNavDataEvents.ts:9

Whether or not a loaded and active GPS Approach can support vertical guidance (GP).

Inherited from

VNavDataEvents.approach_supports_gp


gp_available

gp_available: boolean

Defined in: sdk/autopilot/vnav/VNavDataEvents.ts:18

Whether or not vertical guidance (GP) is currently available for display and guidance.

Inherited from

VNavDataEvents.gp_available


gp_gsi_scaling

gp_gsi_scaling: number

Defined in: sdk/autopilot/vnav/VNavDataEvents.ts:21

The full scale deflection of the vertical GSI due to GPS glidepath deviation, in feet.

Inherited from

VNavDataEvents.gp_gsi_scaling


vnav_active_leg_alt

vnav_active_leg_alt: number

Defined in: sdk/autopilot/vnav/VNavDataEvents.ts:15

The active leg vnav calculated target altitude in meters.

Inherited from

VNavDataEvents.vnav_active_leg_alt


vnav_path_display

vnav_path_display: boolean

Defined in: sdk/autopilot/vnav/VNavDataEvents.ts:12

Whether VNAV path details should be displayed.

Inherited from

VNavDataEvents.vnav_path_display


wt21vnav_des_advisory_distance

wt21vnav_des_advisory_distance: number

Defined in: workingtitle-instruments-wt21/shared/Navigation/WT21VnavEvents.ts:15

Distance from end of route to DES advisory position, in meters. -1 -> no DES advisory relevant


wt21vnav_des_advisory_global_leg_index

wt21vnav_des_advisory_global_leg_index: number

Defined in: workingtitle-instruments-wt21/shared/Navigation/WT21VnavEvents.ts:10

Global leg index on which the DES advisory sits. -1 -> no DES advisory relevant


wt21vnav_des_advisory_leg_distance

wt21vnav_des_advisory_leg_distance: number

Defined in: workingtitle-instruments-wt21/shared/Navigation/WT21VnavEvents.ts:21

Distance from end of leg to DES advisory on the leg at wt21vnav_des_advisory_global_leg_index, in meters. -1 -> no DES advisory relevant