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