Skip to main content

Interface: BaseFmsEvents

Events published by Fms keyed by base topic names.

Hierarchy

Properties

approach_supports_gp

approach_supports_gp: boolean

Whether the primary flight plan's currently loaded approach is active and supports glidepath guidance.

Defined in

src/garminsdk/flightplan/FmsEvents.ts:17


fms_approach_activate

fms_approach_activate: void

An approach was manually activated.

Defined in

src/garminsdk/flightplan/FmsEvents.ts:14


fms_approach_details

fms_approach_details: Readonly<ApproachDetails>

Details related to the primary flight plan approach.

Defined in

src/garminsdk/flightplan/FmsEvents.ts:8


fms_flight_phase

fms_flight_phase: Readonly<FmsFlightPhase>

Details related to the current FMS phase of flight.

Defined in

src/garminsdk/flightplan/FmsEvents.ts:11