Skip to main content

Class: MfdConfig

A configuration object which defines options for the G3000 MFD.

Constructors

constructor

new MfdConfig(xmlConfig, instrumentConfig): MfdConfig

Creates an MfdConfig 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

MfdConfig

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Config/MfdConfig.ts:22

Properties

iauIndex

Readonly iauIndex: number

The index of the IAU used by the MFD.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Config/MfdConfig.ts:11


startupScreen

Optional Readonly startupScreen: StartupScreenConfig

A config which defines options for the MFD startup screen.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Config/MfdConfig.ts:14