Class: TransponderAutoGroundAltManager
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoGroundAltManager.ts:23
A manager that automatically switches a transponder between GROUND and ALT modes in response to on-ground/in-air transitions.
Constructors
Constructor
new TransponderAutoGroundAltManager(
bus
,options?
):TransponderAutoGroundAltManager
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoGroundAltManager.ts:41
Creates a new instance of TransponderAutoGroundManager. The new manager is created in an un-initialized state.
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
options? | Readonly <TransponderAutoGroundAltManagerOptions > | Options with which to configure the manager. |
Returns
TransponderAutoGroundAltManager
Methods
destroy()
destroy():
void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoGroundAltManager.ts:129
Destroys this manager. Once destroyed, the manager will no longer automatically switch transponder modes.
Returns
void
init()
init():
void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoGroundAltManager.ts:50
Initializes this manager. Once initialized, the manager will automatically switch transponder modes between GROUND and ALT.
Returns
void
Throws
Error if this manager has been destroyed.