Skip to main content

Class: WeatherRadarUserSettings

Utility class for retrieving G3000 weather radar user setting managers.

Constructors

constructor

new WeatherRadarUserSettings(): WeatherRadarUserSettings

Returns

WeatherRadarUserSettings

Methods

getDisplayPaneManager

getDisplayPaneManager(bus, index): UserSettingManager<WeatherRadarUserSettingTypes>

Retrieves a manager for aliased weather radar settings for a single display pane.

Parameters

NameTypeDescription
busEventBusThe event bus.
indexControllableDisplayPaneIndexThe 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

NameTypeDescription
busEventBusThe 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