Skip to main content

Class: GtcUserSettings

Utility class for retrieving GTC user setting managers.

Constructors

constructor

new GtcUserSettings(): GtcUserSettings

Returns

GtcUserSettings

Methods

getAliasedManager

getAliasedManager<Index>(bus, index): UserSettingManager<GtcAliasedUserSettingTypes>

Retrieves a manager for aliased GTC settings for a single GTC.

Type parameters

NameType
Indexextends GtcIndex

Parameters

NameTypeDescription
busEventBusThe event bus.
indexIndexThe index of the GTC.

Returns

UserSettingManager<GtcAliasedUserSettingTypes>

A manager for aliased GTC settings for the specified GTC.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Settings/GtcUserSettings.ts:110


getMasterManager

getMasterManager(bus): UserSettingManager<GtcAllUserSettingTypes>

Retrieves a manager for all true GTC settings.

Parameters

NameTypeDescription
busEventBusThe event bus.

Returns

UserSettingManager<GtcAllUserSettingTypes>

A manager for all true GTC settings.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Settings/GtcUserSettings.ts:94