Class: Epic2NavDataComputer
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2NavDataComputer.ts:63
Computes Epic2 LNAV-related data.
Constructors
Constructor
new Epic2NavDataComputer(
bus
,flightPlanner
):Epic2NavDataComputer
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2NavDataComputer.ts:93
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. |
Returns
Epic2NavDataComputer
Methods
update()
update():
void
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2NavDataComputer.ts:168
Update loop for Epic2NavDataComputer
Returns
void