Skip to main content

Class: PfdConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:15

A configuration object which defines options for the G3000 PFD.

Constructors

Constructor

new PfdConfig(xmlConfig, instrumentConfig): PfdConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:48

Creates a PfdConfig from an XML configuration document.

Parameters

ParameterTypeDescription
xmlConfigDocumentAn XML configuration document.
instrumentConfigElement | undefinedThe root element of the configuration document's section pertaining to the config's instrument.

Returns

PfdConfig

Properties

airspeedIndicator

readonly airspeedIndicator: AirspeedIndicatorConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:22

A config which defines options for the airspeed indicator.


altimeter

readonly altimeter: AltimeterConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:25

A config which defines options for the altimeter.


aoaIndicator

readonly aoaIndicator: AoaIndicatorConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:31

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


cas

readonly cas: CASConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:37

A config which defines options for the CAS display.


layout

readonly layout: PfdLayoutConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:19

A config which defines layout options.


readonly navStatusBox: NavStatusBoxConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:34

A config which defines options for the navigation status box.


softkey

readonly softkey: PfdSoftKeyConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:40

A config which defines options for the PFD softkeys.


vsi

readonly vsi: VsiConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdConfig.ts:28

A config which defines options for the vertical speed indicator.