Skip to main content

Class: WT21NavDataComputer

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21NavDataComputer.ts:19

Computes WT21 LNAV-related data.

Constructors

Constructor

new WT21NavDataComputer(bus, flightPlanner, facilityLoader, messageService): WT21NavDataComputer

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21NavDataComputer.ts:68

Creates a new instance of the NavdataComputer.

Parameters

ParameterTypeDescription
busEventBusThe event bus to use with this instance.
flightPlannerFlightPlannerThe flight planner to use with this instance.
facilityLoaderFacilityLoaderThe facility loader to use with this instance.
messageServiceMessageServiceThe MessageServiceisntance to use.

Returns

WT21NavDataComputer

Methods

update()

update(): void

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21NavDataComputer.ts:161

Update loop for WT21NavDataComputer

Returns

void