Skip to main content

Class: MfdConfig

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Config/MfdConfig.ts:7

A configuration object which defines options for the G3000 MFD.

Constructors

Constructor

new MfdConfig(xmlConfig, instrumentConfig): MfdConfig

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Config/MfdConfig.ts:22

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

MfdConfig

Properties

iauIndex

readonly iauIndex: number

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Config/MfdConfig.ts:11

The index of the IAU used by the MFD.


startupScreen?

readonly optional startupScreen: StartupScreenConfig

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Config/MfdConfig.ts:14

A config which defines options for the MFD startup screen.