Skip to main content

Class: TransponderAutoAirborneManager

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoAirborneManager.ts:7

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

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoAirborneManager.ts:23

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

Parameters

ParameterTypeDescription
busEventBusThe event bus.

Returns

TransponderAutoAirborneManager

Methods

destroy()

destroy(): void

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoAirborneManager.ts:68

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

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.