Skip to main content

Class: HorizonConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:53

A configuration object which defines PFD horizon display options.

Implements

Constructors

Constructor

new HorizonConfig(element, factory): HorizonConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:80

Creates a new HorizonConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementundefined | ElementA configuration document element.
factoryConfigFactoryA configuration object factory to use to create child configuration objects.

Returns

HorizonConfig

Properties

advancedSvt

readonly advancedSvt: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:67

Whether to support advanced SVT features.


directorCue

readonly directorCue: HorizonDirectorCueOption

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:55

Flight director cue style support.


pitchLimitIndicatorDef?

readonly optional pitchLimitIndicatorDef: Readonly<HorizonPitchLimitIndicatorDefinition>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:73

A definition for the pitch limit indicator, or undefined if the pitch limit indicator should not be displayed.


rollLimitIndicatorsDef?

readonly optional rollLimitIndicatorsDef: Readonly<HorizonRollLimitIndicatorsDefinition>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:70

A definition for the roll limit indicators, or undefined if the roll limit indicators should not be displayed.


rollPointerStyle

readonly rollPointerStyle: "ground" | "sky"

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:64

Whether to render the roll indicator with a ground pointer or a sky pointer.


showRollArc

readonly showRollArc: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:61

Whether to show the roll indicator arc.


symbolColor

readonly symbolColor: AttitudeAircraftSymbolColor

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/HorizonConfig.ts:58

The color of the symbolic aircraft.