Skip to main content

Interface: FlightDirectorDualCueProps

Component props for FlightDirectorDualCue.

Hierarchy

  • HorizonLayerProps

    FlightDirectorDualCueProps

Properties

bankErrorConstant

Optional bankErrorConstant: number | Subscribable<number>

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.

Defined in

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


bankErrorFactor

Optional bankErrorFactor: number | Subscribable<number>

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.

Defined in

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


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

HorizonLayerProps.children

Defined in

src/sdk/components/FSComponent.ts:122


conformalBounds

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

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

Defined in

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


fdBank

fdBank: Subscribable<number>

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

Defined in

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


fdPitch

fdPitch: Subscribable<number>

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

Defined in

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


pitchErrorFactor

Optional pitchErrorFactor: number | Subscribable<number>

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.

Defined in

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


projection

projection: HorizonProjection

The layer's horizon projection.

Inherited from

HorizonLayerProps.projection

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

HorizonLayerProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


show

show: Subscribable<boolean>

Whether to show the flight director.

Defined in

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


updateFreq

Optional updateFreq: Subscribable<number>

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

Defined in

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