Skip to main content

Interface: BaseVNavDataEvents

VNAV-related data events keyed by base topic names.

Hierarchy

Properties

approach_supports_gp

approach_supports_gp: boolean

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

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:9


gp_available

gp_available: boolean

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

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:18


gp_gsi_scaling

gp_gsi_scaling: number

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

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:21


vnav_active_leg_alt

vnav_active_leg_alt: number

The active leg vnav calculated target altitude in meters.

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:15


vnav_path_display

vnav_path_display: boolean

Whether VNAV path details should be displayed.

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:12