Class: ActiveNavSourceManager
A manager for the active navigation source. Changes the active navigation source in response to control events and key events and keeps various data in sync with the active nav source.
Constructors
constructor
• new ActiveNavSourceManager(bus
): ActiveNavSourceManager
Constructor.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
Returns
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Navigation/ActiveNavSourceManager.ts:25
Methods
destroy
▸ destroy(): void
Destroys this manager.
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Navigation/ActiveNavSourceManager.ts:92
init
▸ init(): Promise
<void
>
Initializes this manager. Once this manager is initialized, it will manage the active navigation source in response to control events and key events and keep various data in sync with the active nav source.
Returns
Promise
<void
>
Throws
Error if this manager has been destroyed.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Navigation/ActiveNavSourceManager.ts:53