Skip to main content

Class: TransponderAutoAirborneManager

A manager that automatically switches a transponder from STBY to ALT mode in response to on-ground to in-air transitions.

Constructors

constructor

new TransponderAutoAirborneManager(bus): TransponderAutoAirborneManager

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

Parameters

NameTypeDescription
busEventBusThe event bus.

Returns

TransponderAutoAirborneManager

Defined in

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

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/TransponderAutoAirborneManager.ts:68


init

init(): void

Initializes this manager. Once initialized, the manager will automatically switch transponder mode from STBY to ALT in response to on-ground to in-air transitions.

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/TransponderAutoAirborneManager.ts:31