Skip to main content

Interface: FlightDirectorFltPathCueProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightDirectorFltPathCue.tsx:11

Component props for FlightDirectorFltPathCue.

Extends

Properties

bankErrorFactor

bankErrorFactor: number | Subscribable<number>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightDirectorFltPathCue.tsx:31

The amount to rotate the cue, in degrees, per degree of bank error.


bounds

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

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightDirectorFltPathCue.tsx:37

The clipping boundaries of the cue, as [left, top, right, bottom] in pixels using the horizon projection's projected coordinate system.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

HorizonLayerProps.children


fdBank

fdBank: Subscribable<number>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightDirectorFltPathCue.tsx:19

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


fdPitch

fdPitch: Subscribable<number>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightDirectorFltPathCue.tsx:16

The pitch commanded by the flight director, in degrees. Positive values indicate upward pitch.


fpvPosition

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

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightDirectorFltPathCue.tsx:25

The displayed position of the flight path vector, as [x, y] in pixels using the horizon projection's projected coordinate system.


pitchErrorFactor

pitchErrorFactor: number | Subscribable<number>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightDirectorFltPathCue.tsx:28

The amount to vertically offset the cue from the flight path vector, in pixels, per degree of pitch error.


projection

projection: HorizonProjection

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

The layer's horizon projection.

Inherited from

HorizonLayerProps.projection


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

HorizonLayerProps.ref


show

show: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightDirectorFltPathCue.tsx:13

Whether to show the cue.


updateFreq?

optional updateFreq: Subscribable<number>

Defined in: 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