@microsoft/msfs-wtg3000-mfd
Enumerations
Classes
- AbstractG3000MfdPlugin
- ActiveNavSourceManager
- AltimeterBaroKeyEventHandler
- CasMasterAuralAlertManager
- ComRadioTxRxManager
- DmeTuneManager
- FmsSpeedManager
- FmsVSpeedManager
- MfdConfig
- MfdNavDataBar
- NavRadioMonitorManager
- StartupScreen
- StartupScreenConfig
- TerrainSystemAuralManager
- ToldComputer
- TouchdownCalloutAuralManager
- VSpeedBugManager
- WTG3000MfdInstrument
- WeatherRadarManager
- WeightFuelComputer
Interfaces
Type Aliases
AltimeterBaroInfo
Ƭ AltimeterBaroInfo: Object
Information describing an altimeter managed by AltimeterBaroKeyEventHandler.
Type declaration
Name | Type | Description |
---|---|---|
index | number | The index of the altimeter. |
supportBaroPreselect | boolean | Whether the altimeter supports baro preselect. |
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Input/AltimeterBaroKeyEventHandler.ts:7
StartupScreenRowDefinition
Ƭ StartupScreenRowDefinition: Object
A description of an MFD startup screen row.
Type declaration
Name | Type | Description |
---|---|---|
caution? | boolean | Subscribable <boolean > | Whether the row should display as caution (amber). Defaults to false . |
iconFilePath | string | The absolute path to the row icon's image asset. |
onDestroy? | () => void | A function to execute when the startup screen is destroyed. |
title | string | The row's title text. |
value | string | Subscribable <string > | The row's value text. |
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreenRow.ts:6
StartupScreenRowFactory
Ƭ StartupScreenRowFactory: (simTime
: Subscribable
<number
>) => Readonly
<StartupScreenRowDefinition
>
A function which returns an object describing an MFD startup screen row.
Type declaration
▸ (simTime
): Readonly
<StartupScreenRowDefinition
>
Parameters
Name | Type |
---|---|
simTime | Subscribable <number > |
Returns
Readonly
<StartupScreenRowDefinition
>
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreenRow.ts:26