Class: WT21TCASTransponderManager
Defined in: workingtitle-instruments-wt21/shared/Traffic/WT21TCASTransponderManager.ts:9
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
Defined in: workingtitle-instruments-wt21/shared/Traffic/WT21TCASTransponderManager.ts:16
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
Returns
WT21TCASTransponderManager
Methods
init()
init():
void
Defined in: workingtitle-instruments-wt21/shared/Traffic/WT21TCASTransponderManager.ts:24
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