Class: VNavAuralManager
Defined in: workingtitle-instruments-g3000/html_ui/MFD/VNAV/VNavAuralManager.ts:12
A manager that automatically controls VNAV aural alerts.
Constructors
Constructor
new VNavAuralManager(
bus
,dataProvider
):VNavAuralManager
Defined in: workingtitle-instruments-g3000/html_ui/MFD/VNAV/VNavAuralManager.ts:26
Creates a new instance of VNavAuralManager.
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
dataProvider | VNavDataProvider | A provider of VNAV data. |
Returns
VNavAuralManager
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-g3000/html_ui/MFD/VNAV/VNavAuralManager.ts:82
Destroys this manager. Once destroyed, the manager will no longer control aural alerts.
Returns
void
init()
init():
void
Defined in: workingtitle-instruments-g3000/html_ui/MFD/VNAV/VNavAuralManager.ts:44
Initializes this manager. Once initialized, this manager will automatically control VNAV aural alerts.
Returns
void