Skip to main content

Interface: FlightDirectorDualCueProps

Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDualCue.tsx:9

Component props for FlightDirectorDualCue.

Extends

  • HorizonLayerProps

Properties

bankErrorConstant?

optional bankErrorConstant: number | Subscribable<number>

Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDualCue.tsx:37

The translation constant to use for the bank command bar, in pixels per degree of bank error. If this value is defined, it will override bankErrorFactor.


bankErrorFactor?

optional bankErrorFactor: number | Subscribable<number>

Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDualCue.tsx:31

The scaling factor to apply to the bank command bar's translation. A factor of 1 causes the bar to translate approximately in line with the angular resolution of the horizon projection. Larger factors will result in larger translations for the same bank error. Defaults to 1.


children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

HorizonLayerProps.children


conformalBounds

conformalBounds: Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">> | Subscribable<Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>>

Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDualCue.tsx:43

The bounds within which the flight director remains conformal, as [left, top, right, bottom] in pixels relative to the center of the projection.


fdBank

fdBank: Subscribable<number>

Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDualCue.tsx:17

The flight director commanded bank, in degrees. Positive values indicate rightward bank.


fdPitch

fdPitch: Subscribable<number>

Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDualCue.tsx:14

The flight director commanded pitch, in degrees. Positive values indicated upward pitch.


pitchErrorFactor?

optional pitchErrorFactor: number | Subscribable<number>

Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDualCue.tsx:24

The scaling factor to apply to the pitch command bar's translation. A factor of 1 causes the bar to translate approximately in line with the angular resolution of the horizon projection. Larger factors will result in larger translations for the same pitch error. Defaults to 1.


projection

projection: HorizonProjection

Defined in: src/sdk/components/horizon/HorizonLayer.ts:10

The layer's horizon projection.

Inherited from

HorizonLayerProps.projection


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

HorizonLayerProps.ref


show

show: Subscribable<boolean>

Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorDualCue.tsx:11

Whether to show the flight director.


updateFreq?

optional updateFreq: Subscribable<number>

Defined in: src/sdk/components/horizon/HorizonLayer.ts:17

A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.

Inherited from

HorizonLayerProps.updateFreq