Skip to main content

Class: WT21VorManager

A class managing VOR auto tuning in the WT21.

Constructors

constructor

new WT21VorManager(bus, facilityLoader): WT21VorManager

Ctor

Parameters

NameTypeDescription
busEventBusThe event bus.
facilityLoaderFacilityLoaderThe facility loader.

Returns

WT21VorManager

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