Skip to main content

Class: CasMasterAuralAlertManager

Defined in: workingtitle-instruments-g3000/html_ui/MFD/CAS/CasMasterAuralAlertManager.ts:7

A manager which handles the CAS master warning and caution aural alert chimes.

Constructors

Constructor

new CasMasterAuralAlertManager(bus): CasMasterAuralAlertManager

Defined in: workingtitle-instruments-g3000/html_ui/MFD/CAS/CasMasterAuralAlertManager.ts:21

Creates a new instance of CasMasterAuralAlertManager.

Parameters

ParameterTypeDescription
busEventBusThe event bus.

Returns

CasMasterAuralAlertManager

Methods

destroy()

destroy(): void

Defined in: workingtitle-instruments-g3000/html_ui/MFD/CAS/CasMasterAuralAlertManager.ts:114

Destroys this manager.

Returns

void


init()

init(): void

Defined in: workingtitle-instruments-g3000/html_ui/MFD/CAS/CasMasterAuralAlertManager.ts:48

Initializes this manager. Once this manager is initialized, it will automatically trigger the CAS master warning and caution chimes when new CAS messages appear.

Returns

void

Throws

Error if this manager has been destroyed.