Interface: FlightDirectorDataProvider
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDataProvider.ts:10
A data provider for a flight director.
Properties
fdBank
readonly
fdBank:Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDataProvider.ts:18
The bank commanded by the flight director, in degrees. Positive values indicate rightward bank.
fdPitch
readonly
fdPitch:Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDataProvider.ts:15
The pitch commanded by the flight director, in degrees. Positive values indicated upward pitch.
isFdActive
readonly
isFdActive:Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDataProvider.ts:12
Whether the flight director is active.