Class: WeatherRadarUserSettings
Utility class for retrieving G3000 weather radar user setting managers.
Constructors
constructor
• new WeatherRadarUserSettings(): WeatherRadarUserSettings
Returns
Methods
getDisplayPaneManager
▸ getDisplayPaneManager(bus
, index
): UserSettingManager
<WeatherRadarUserSettingTypes
>
Retrieves a manager for aliased weather radar settings for a single display pane.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
index | ControllableDisplayPaneIndex | The index of the display pane. |
Returns
UserSettingManager
<WeatherRadarUserSettingTypes
>
A manager for aliased weather radar settings for the specified display pane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherRadarUserSettings.ts:65
getMasterManager
▸ getMasterManager(bus
): UserSettingManager
<WeatherRadarAllUserSettingTypes
>
Retrieves a manager for all true weather radar settings.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
Returns
UserSettingManager
<WeatherRadarAllUserSettingTypes
>
A manager for all true weather radar settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherRadarUserSettings.ts:49