Class: WT21VorManager
A class managing VOR auto tuning in the WT21.
Constructors
constructor
• new WT21VorManager(bus
, facilityLoader
): WT21VorManager
Ctor
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
facilityLoader | FacilityLoader | The facility loader. |
Returns
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Systems/WT21VorManager.ts:27
Properties
nearestVors
• Readonly
nearestVors: NearestVorSubscription
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Systems/WT21VorManager.ts:16
Methods
updateVors
▸ updateVors(): Promise
<void
>
Searches for the nearest VORs and tunes the radios to them.
Returns
Promise
<void
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Systems/WT21VorManager.ts:63