Skip to main content

Class: FgpUserSettings

Utility class for retrieving FGP (Flight Guidance Panel) user setting managers.

Constructors

constructor

new FgpUserSettings(): FgpUserSettings

Returns

FgpUserSettings

Methods

getManager

getManager(bus): DefaultUserSettingManager<FgpSettings>

Retrieves a manager for FGP user settings.

Parameters

NameTypeDescription
busEventBusThe event bus.

Returns

DefaultUserSettingManager<FgpSettings>

a manager for FGP user settings.

Defined in

workingtitle-instruments-wt21/shared/Profiles/FgpUserSettings.ts:46