Interface: G3XHorizonDisplayProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:38
Component props for G3XHorizonDisplay.
Extends
Properties
adcIndex
adcIndex:
number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:47
The index of the ADC that is the source of the horizon display's data.
ahrsIndex
ahrsIndex:
number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:50
The index of the AHRS that is the source of the horizon display's data.
aircraftSymbolOptions
aircraftSymbolOptions:
Readonly
<G3XHorizonAircraftSymbolOptions
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:86
Options for the symbolic aircraft.
artificialHorizonOptions
artificialHorizonOptions:
Readonly
<ArtificialHorizonOptions
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:74
Options for the artificial horizon.
bingDelay?
optional
bingDelay:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:65
The amount of time, in milliseconds, to delay binding the synthetic vision layer's Bing instance. Defaults to 0.
bingId?
optional
bingId:string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:62
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.
bus
bus:
EventBus
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:41
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
declutter
declutter:
Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:119
Whether the display should be decluttered.
defaultFov?
optional
defaultFov:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:107
Default field of view, in degrees. Defaults to 110 degrees.
flightDirectorDualCueOptions?
optional
flightDirectorDualCueOptions:Readonly
<FlightDirectorDualCueOptions
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:104
Options for the dual-cue flight director. Required to display the dual-cue flight director. Ignored if
includeFlightDirector
is false
.
flightDirectorOptions?
optional
flightDirectorOptions:Readonly
<FlightDirectorOptions
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:92
Options for the flight director. Ignored if includeFlightDirector
is false
.
flightDirectorSingleCueOptions?
optional
flightDirectorSingleCueOptions:Readonly
<FlightDirectorSingleCueOptions
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:98
Options for the single-cue flight director. Required to display the single-cue flight director. Ignored if
includeFlightDirector
is false
.
fmsPosIndex
fmsPosIndex:
number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:53
The index of the FMS positioning system that is the source of the horizon display's data.
gduFormat
gduFormat:
GduFormat
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:44
The format of the horizon display's parent GDU.
horizonLineOptions
horizonLineOptions:
Readonly
<HorizonLineOptions
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:77
Options for the horizon line.
includeFlightDirector
includeFlightDirector:
boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:89
Whether to include the flight director display.
includeUnusualAttitudeChevrons
includeUnusualAttitudeChevrons:
boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:110
Whether to include the display of unusual attitude warning chevrons on the pitch ladder.
isSvtEnabled?
optional
isSvtEnabled:MutableSubscribable
<any
,boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:125
A mutable subscribable to which to write whether SVT is enabled.
occlusions?
optional
occlusions:SubscribableArray
<HorizonOcclusionArea
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:116
The set of occlusion areas to apply to certain horizon elements. If not defined, no occlusion will be applied.
pfdSettingManager
pfdSettingManager:
UserSettingManager
<PfdUserSettingTypes
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:122
A manager for PFD user settings.
pitchLadderOptions
pitchLadderOptions:
G3XHorizonPitchLadderOptions
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:80
Options for the pitch ladder.
projectedOffset?
optional
projectedOffset:Readonly
<Omit
<Float64Array
<ArrayBufferLike
>,"set"
|"sort"
|"copyWithin"
>> |Subscribable
<Readonly
<Omit
<Float64Array
<ArrayBufferLike
>,"set"
|"sort"
|"copyWithin"
>>>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:71
The projected offset of the center of the projection, as [x, y]
in pixels.
projectedSize
projectedSize:
Readonly
<Omit
<Float64Array
<ArrayBufferLike
>,"set"
|"sort"
|"copyWithin"
>> |Subscribable
<Readonly
<Omit
<Float64Array
<ArrayBufferLike
>,"set"
|"sort"
|"copyWithin"
>>>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:68
The size, as [width, height]
in pixels, of the horizon display.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
rollIndicatorOptions
rollIndicatorOptions:
RollIndicatorOptions
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:83
Options for the roll indicator.
updateFreq
updateFreq:
number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:56
The update frequency, in hertz, of the horizon display.
useMagneticHeading
useMagneticHeading:
Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:113
Whether to show magnetic heading information instead of true heading.