Skip to main content

Class: TransponderAutoGroundAltManager

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

Creates a new instance of TransponderAutoGroundManager. The new manager is created in an un-initialized state.

Parameters

NameTypeDescription
busEventBusThe event bus.
options?Readonly<TransponderAutoGroundAltManagerOptions>Options with which to configure the manager.

Returns

TransponderAutoGroundAltManager

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderAutoGroundAltManager.ts:41

Methods

destroy

destroy(): void

Destroys this manager. Once destroyed, the manager will no longer automatically switch transponder modes.

Returns

void

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderAutoGroundAltManager.ts:129


init

init(): void

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.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderAutoGroundAltManager.ts:50