Skip to main content

Class: WT21TCASTransponderManager

Manages automatic setting of TCAS and transponder modes such that TCAS is set to standby if transponder mode is not altitude reporting and transponder is set to altitude reporting if TCAS mode is not standby.

Constructors

constructor

new WT21TCASTransponderManager(bus): WT21TCASTransponderManager

Constructor.

Parameters

NameTypeDescription
busEventBusThe event bus.

Returns

WT21TCASTransponderManager

Defined in

workingtitle-instruments-wt21/shared/Traffic/WT21TCASTransponderManager.ts:16

Methods

init

init(): void

Initializes this manager. Once initialized, the manager will automatically set transponder mode to altitude reporting if TCAS is set to any mode other than standby, and set TCAS mode to standby if transponder is set to any mode other than altitude reporting.

Returns

void

Defined in

workingtitle-instruments-wt21/shared/Traffic/WT21TCASTransponderManager.ts:24