Skip to main content

Class: DmeTuneManager

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

Constructor.

Parameters

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

Returns

DmeTuneManager

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Radio/DmeTuneManager.ts:30

Methods

destroy

destroy(): void

Destroys this manager.

Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Radio/DmeTuneManager.ts:87


init

init(): void

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.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Radio/DmeTuneManager.ts:42