Class: ComRadioTxRxManager
A manager which controls COM radio transmit and receive states.
Constructors
constructor
• new ComRadioTxRxManager(bus
): ComRadioTxRxManager
Constructor.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
Returns
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Radio/ComRadioTxRxManager.ts:51
Methods
destroy
▸ destroy(): void
Destroys this manager. Once destroyed, this manager will no longer control COM radio transmit and receive states.
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Radio/ComRadioTxRxManager.ts:187
init
▸ init(): void
Initializes this manager. Once initialized, this manager will control COM radio transmit and receive states.
Returns
void
Throws
Error if this manager has been destroyed.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Radio/ComRadioTxRxManager.ts:58
reset
▸ reset(): void
Resets the COM transmit and receive mode settings to their defaults.
Returns
void
Throws
Error if this manager has been destroyed.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Radio/ComRadioTxRxManager.ts:174