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
Name | 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
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