Class: TrafficAuralAlertManager
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Traffic/TrafficAuralAlertManager.ts:15
A manager which handles registration and activation of aural alerts in response to traffic and resolution advisories.
Constructors
Constructor
new TrafficAuralAlertManager(
bus
,trafficSystem
):TrafficAuralAlertManager
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Traffic/TrafficAuralAlertManager.ts:146
Creates a new instance of TrafficAuralAlertManager.
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
trafficSystem | TrafficSystem | The traffic system. |
Returns
TrafficAuralAlertManager
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Traffic/TrafficAuralAlertManager.ts:371
Destroys this manager.
Returns
void
init()
init():
void
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Traffic/TrafficAuralAlertManager.ts:175
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.