Skip to main content

Class: TrafficAuralAlertManager

A manager which handles registration and activation of aural alerts in response to traffic and resolution advisories.

Constructors

constructor

new TrafficAuralAlertManager(bus, trafficSystem): TrafficAuralAlertManager

Creates a new instance of TrafficAuralAlertManager.

Parameters

NameTypeDescription
busEventBusThe event bus.
trafficSystemTrafficSystemThe traffic system.

Returns

TrafficAuralAlertManager

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Traffic/TrafficAuralAlertManager.ts:146

Methods

destroy

destroy(): void

Destroys this manager.

Returns

void

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Traffic/TrafficAuralAlertManager.ts:371


init

init(): void

Initializes this manager. Once this manager is initialized, it will automatically trigger aural alerts in response to traffic and resolution advisories.

Returns

void

Throws

Error if this manager has been destroyed.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Traffic/TrafficAuralAlertManager.ts:175