Interface: FmsEvents
Defined in: src/garminsdk/flightplan/FmsEvents.ts:35
All possible events published by Fms
.
Extends
BaseFmsEvents
.FmsEventsForId
<string
>
Indexable
[key
: `fms_approach_details_${string}`
]: Readonly
<ApproachDetails
>
[key
: `fms_flight_phase_${string}`
]: Readonly
<FmsFlightPhase
>
[key
: `fms_approach_activate_${string}`
]: void
[key
: `approach_supports_gp_${string}`
]: boolean
Properties
approach_supports_gp
approach_supports_gp:
boolean
Defined in: src/garminsdk/flightplan/FmsEvents.ts:17
Whether the primary flight plan's currently loaded approach is active and supports glidepath guidance.
Inherited from
BaseFmsEvents
.approach_supports_gp
fms_approach_activate
fms_approach_activate:
void
Defined in: src/garminsdk/flightplan/FmsEvents.ts:14
An approach was manually activated.
Inherited from
BaseFmsEvents
.fms_approach_activate
fms_approach_details
fms_approach_details:
Readonly
<ApproachDetails
>
Defined in: src/garminsdk/flightplan/FmsEvents.ts:8
Details related to the primary flight plan approach.
Inherited from
BaseFmsEvents
.fms_approach_details
fms_flight_phase
fms_flight_phase:
Readonly
<FmsFlightPhase
>
Defined in: src/garminsdk/flightplan/FmsEvents.ts:11
Details related to the current FMS phase of flight.