Class: Epic2TcasIISensitivity
Defined in: workingtitle-instruments-epic2/shared/Traffic/Epic2TcasII.ts:169
An implementation of TCASSensitivity which provides sensitivity parameters for the Epic2 TCAS-II. When ADS-B is operating, Traffic Advisory sensitivity is selected based on the ADS-B Conflict Situational Awareness (CSA) algorithm. When ADS-B is not operating, Traffic Advisory sensitivity is selected based on the TCAS-II algorithm. Resolution Advisory sensitivity is always determined by the TCAS-II algorithm.
Implements
Constructors
Constructor
new Epic2TcasIISensitivity():
Epic2TcasIISensitivity
Returns
Epic2TcasIISensitivity
Methods
selectParameters()
selectParameters():
TcasSensitivityParameters
Defined in: workingtitle-instruments-epic2/shared/Traffic/Epic2TcasII.ts:195
Selects sensitivity parameters for an intruder.
Returns
Sensitivity parameters for the specified intruder.
Implementation of
TcasSensitivity
.selectParameters
selectRAAlim()
selectRAAlim():
NumberUnitInterface
<Distance
>
Defined in: workingtitle-instruments-epic2/shared/Traffic/Epic2TcasII.ts:200
Selects an ALIM for a resolution advisory.
Returns
An ALIM for a resolution advisory involving the specified intruders.
Implementation of
update()
update(
adsbMode
,altitude
,flightArea
,radarAltitude
):void
Defined in: workingtitle-instruments-epic2/shared/Traffic/Epic2TcasII.ts:211
Updates the sensitivity.
Parameters
Parameter | Type | Description |
---|---|---|
adsbMode | AdsbOperatingMode | The ADS-B operating mode. |
altitude | NumberUnitInterface <Distance > | The indicated altitude of the own airplane. |
flightArea | Epic2FlightArea | The active flight area. |
radarAltitude | NumberUnitInterface <Distance > | The radar altitude of the own airplane. |
Returns
void