Class: Epic2FlightAreaComputer
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2FlightAreaComputer.ts:41
A computer that determines the current flight area.
Implements
Constructors
Constructor
new Epic2FlightAreaComputer(
bus
,selectedFmsPosIndex
,flightPlanStore
):Epic2FlightAreaComputer
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2FlightAreaComputer.ts:157
Constructs a new flight area computer.
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The instrument event bus. |
selectedFmsPosIndex | Subscribable <number > | The selected FMS position system. |
flightPlanStore | FlightPlanStore | The active flight plan store. |
Returns
Epic2FlightAreaComputer
Properties
activeArea
readonly
activeArea:Subscribable
<Epic2FlightArea
>
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2FlightAreaComputer.ts:136
Methods
init()
init():
void
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2FlightAreaComputer.ts:175
Initializes this instrument.
Returns
void
Implementation of
onUpdate()
onUpdate():
void
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2FlightAreaComputer.ts:199
Updates this instrument.
Returns
void