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
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
dmeSettingManager | UserSettingManager <DmeUserSettingTypes > | A manager for DME user settings. |
dmeRadioCount | 0 | 2 | 1 | The number of supported DME radios. |
Returns
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