Interface: Gdu460HorizonDisplayProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:21
Component props for Gdu460HorizonDisplay.
Extends
Omit
<G3XHorizonDisplayProps
,"gduFormat"
|"adcIndex"
|"ahrsIndex"
|"fmsPosIndex"
|"updateFreq"
|"bingId"
|"bingDelay"
|"artificialHorizonOptions"
|"horizonLineOptions"
|"pitchLadderOptions"
|"rollIndicatorOptions"
|"flightDirectorSingleCueOptions"
|"flightDirectorDualCueOptions"
|"isSvtEnabled"
|"includeUnusualAttitudeChevrons"
|"flightDirectorFormat"
|"useMagneticHeading"
|"svtSettingManager"
|"isSvtEnabled"
>
Properties
aircraftSymbolOptions
aircraftSymbolOptions:
Readonly
<G3XHorizonAircraftSymbolOptions
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:86
Options for the symbolic aircraft.
Inherited from
Omit.aircraftSymbolOptions
bus
bus:
EventBus
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/G3XHorizonDisplay.tsx:41
The event bus.
Inherited from
Omit.bus
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
Omit.children
config
config:
HorizonConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:34
A configuration object defining options for the horizon display.
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.
Inherited from
Omit.declutter
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.
Inherited from
Omit.defaultFov
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
.
Inherited from
Omit.flightDirectorOptions
gduIndex
gduIndex:
number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:31
The index of the horizon display's parent GDU.
gduSettingManager
gduSettingManager:
UserSettingManager
<GduUserSettingTypes
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:40
A manager for GDU user settings.
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.
Inherited from
Omit.includeFlightDirector
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.
Inherited from
Omit.occlusions
pfdSettingManager
pfdSettingManager:
UserSettingManager
<PfdUserSettingTypes
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:43
A manager for PFD user settings.
Overrides
Omit.pfdSettingManager
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.
Inherited from
Omit.projectedOffset
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.
Inherited from
Omit.projectedSize
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
Omit.ref
supportSvt
supportSvt:
boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:37
Whether to support the display of the synthetic vision layer.