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
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus to use with this instance. |
flightPlanner | FlightPlanner | The flight planner to use with this instance. |
facilityLoader | FacilityLoader | The facility loader to use with this instance. |
messageService | MessageService | The 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