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
Parameter | Type | Description |
---|---|---|
xmlConfig | Document | An XML configuration document. |
instrumentConfig | undefined | Element | The 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.