Skip to main content

Class: PfdConfig

A configuration object which defines options for the G3000 PFD.

Constructors

constructor

new PfdConfig(xmlConfig, instrumentConfig): PfdConfig

Creates a PfdConfig from an XML configuration document.

Parameters

NameTypeDescription
xmlConfigDocumentAn XML configuration document.
instrumentConfigundefined | ElementThe root element of the configuration document's section pertaining to the config's instrument.

Returns

PfdConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:47

Properties

airspeedIndicator

Readonly airspeedIndicator: AirspeedIndicatorConfig

A config which defines options for the airspeed indicator.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:24


altimeter

Readonly altimeter: AltimeterConfig

A config which defines options for the altimeter.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:27


aoaIndicator

Readonly aoaIndicator: AoaIndicatorConfig

A config which defines options for the angle of attack indicator.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:33


cas

Readonly cas: CASConfig

A config which defines options for the CAS display.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:39


iauIndex

Readonly iauIndex: number

The index of the IAU used by the PFD.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:21


layout

Readonly layout: PfdLayoutConfig

A config which defines layout options.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:18


Readonly navStatusBox: NavStatusBoxConfig

A config which defines options for the navigation status box.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:36


vsi

Readonly vsi: VsiConfig

A config which defines options for the vertical speed indicator.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdConfig.ts:30