Class: TerrainSystemAuralManager
A manager that controls terrain alerting system aural alerts, including test mode aurals, status flag aurals, and all alert aurals except for voice callout (touchdown callout) alerts.
Constructors
constructor
• new TerrainSystemAuralManager(bus
, dataProvider
): TerrainSystemAuralManager
Creates a new instance of TerrainSystemAuralManager.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
dataProvider | TerrainSystemStateDataProvider | A provider of terrain alerting system state data. |
Returns
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Terrain/TerrainSystemAuralManager.ts:65
Methods
destroy
▸ destroy(): void
Destroys this manager. Once destroyed, the manager will no longer control aural alerts.
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Terrain/TerrainSystemAuralManager.ts:394
init
▸ init(): void
Initializes this manager. Once initialized, this manager will control aural alerts based on the terrain alerting system state.
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Terrain/TerrainSystemAuralManager.ts:212