Skip to main content

Class: PfdConfig

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

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:47

Creates a PfdConfig from an XML configuration document.

Parameters

ParameterTypeDescription
xmlConfigDocumentAn XML configuration document.
instrumentConfigundefined | ElementThe 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:24

A config which defines options for the airspeed indicator.


altimeter

readonly altimeter: AltimeterConfig

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

A config which defines options for the altimeter.


aoaIndicator

readonly aoaIndicator: AoaIndicatorConfig

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

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:39

A config which defines options for the CAS display.


iauIndex

readonly iauIndex: number

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

The index of the IAU used by the PFD.


layout

readonly layout: PfdLayoutConfig

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

A config which defines layout options.


readonly navStatusBox: NavStatusBoxConfig

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

A config which defines options for the navigation status box.


vsi

readonly vsi: VsiConfig

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

A config which defines options for the vertical speed indicator.