Skip to main content

Class: WT21VorManager

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Systems/WT21VorManager.ts:11

A class managing VOR auto tuning in the WT21.

Constructors

Constructor

new WT21VorManager(bus, facilityLoader): WT21VorManager

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Systems/WT21VorManager.ts:27

Ctor

Parameters

ParameterTypeDescription
busEventBusThe event bus.
facilityLoaderFacilityLoaderThe facility loader.

Returns

WT21VorManager

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>

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Systems/WT21VorManager.ts:63

Searches for the nearest VORs and tunes the radios to them.

Returns

Promise<void>