Skip to main content

Class: DmeTuneManager

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Radio/DmeTuneManager.ts:8

A manager for DME radio tuning. Binds the active frequency of the DME radios to those of the nav radios according to the selected DME tune mode.

Constructors

Constructor

new DmeTuneManager(bus, dmeSettingManager, dmeRadioCount): DmeTuneManager

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Radio/DmeTuneManager.ts:30

Constructor.

Parameters

ParameterTypeDescription
busEventBusThe event bus.
dmeSettingManagerUserSettingManager<DmeUserSettingTypes>A manager for DME user settings.
dmeRadioCount0 | 1 | 2The number of supported DME radios.

Returns

DmeTuneManager

Methods

destroy()

destroy(): void

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Radio/DmeTuneManager.ts:87

Destroys this manager.

Returns

void


init()

init(): void

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Radio/DmeTuneManager.ts:42

Initializes this manager. Once this manager is initialized, it will automatically set the active frequency of the DME radios according to the selected DME tune mode.

Returns

void

Throws

Error if this manager has been destroyed.