Skip to main content

Interface: G3XHorizonDisplayProps

Component props for G3XHorizonDisplay.

Hierarchy

  • ComponentProps

    G3XHorizonDisplayProps

Properties

adcIndex

adcIndex: number | Subscribable<number>

The index of the ADC that is the source of the horizon display's data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:47


ahrsIndex

ahrsIndex: number | Subscribable<number>

The index of the AHRS that is the source of the horizon display's data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:50


aircraftSymbolOptions

aircraftSymbolOptions: Readonly<G3XHorizonAircraftSymbolOptions>

Options for the symbolic aircraft.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:86


artificialHorizonOptions

artificialHorizonOptions: Readonly<ArtificialHorizonOptions>

Options for the artificial horizon.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:74


bingDelay

Optional bingDelay: number

The amount of time, in milliseconds, to delay binding the synthetic vision layer's Bing instance. Defaults to 0.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:65


bingId

Optional bingId: string

The string ID to assign to the synthetic vision layer's bound Bing instance. If not defined, then the synthetic vision layer will be disabled.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:62


bus

bus: EventBus

The event bus.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:41


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


declutter

declutter: Subscribable<boolean>

Whether the display should be decluttered.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:119


defaultFov

Optional defaultFov: number

Default field of view, in degrees. Defaults to 110 degrees.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:107


flightDirectorDualCueOptions

Optional flightDirectorDualCueOptions: Readonly<FlightDirectorDualCueOptions>

Options for the dual-cue flight director. Required to display the dual-cue flight director. Ignored if includeFlightDirector is false.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:104


flightDirectorOptions

Optional flightDirectorOptions: Readonly<FlightDirectorOptions>

Options for the flight director. Ignored if includeFlightDirector is false.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:92


flightDirectorSingleCueOptions

Optional flightDirectorSingleCueOptions: Readonly<FlightDirectorSingleCueOptions>

Options for the single-cue flight director. Required to display the single-cue flight director. Ignored if includeFlightDirector is false.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:98


fmsPosIndex

fmsPosIndex: number | Subscribable<number>

The index of the FMS positioning system that is the source of the horizon display's data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:53


gduFormat

gduFormat: GduFormat

The format of the horizon display's parent GDU.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:44


horizonLineOptions

horizonLineOptions: Readonly<HorizonLineOptions>

Options for the horizon line.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:77


includeFlightDirector

includeFlightDirector: boolean

Whether to include the flight director display.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:89


includeUnusualAttitudeChevrons

includeUnusualAttitudeChevrons: boolean

Whether to include the display of unusual attitude warning chevrons on the pitch ladder.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:110


isSvtEnabled

Optional isSvtEnabled: MutableSubscribable<any, boolean>

A mutable subscribable to which to write whether SVT is enabled.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:125


occlusions

Optional occlusions: SubscribableArray<HorizonOcclusionArea>

The set of occlusion areas to apply to certain horizon elements. If not defined, no occlusion will be applied.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:116


pfdSettingManager

pfdSettingManager: UserSettingManager<PfdUserSettingTypes>

A manager for PFD user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:122


pitchLadderOptions

pitchLadderOptions: G3XHorizonPitchLadderOptions

Options for the pitch ladder.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:80


projectedOffset

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

The projected offset of the center of the projection, as [x, y] in pixels.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:71


projectedSize

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

The size, as [width, height] in pixels, of the horizon display.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:68


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


rollIndicatorOptions

rollIndicatorOptions: RollIndicatorOptions

Options for the roll indicator.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:83


updateFreq

updateFreq: number | Subscribable<number>

The update frequency, in hertz, of the horizon display.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:56


useMagneticHeading

useMagneticHeading: Subscribable<boolean>

Whether to show magnetic heading information instead of true heading.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:113