Skip to main content

Interface: TcasResolutionAdvisoryHost

Defined in: src/sdk/traffic/Tcas.ts:351

A host for information on the active TCAS resolution advisory.

Properties

intruderArray

readonly intruderArray: readonly TcasIntruder[]

Defined in: src/sdk/traffic/Tcas.ts:353

The resolution advisory's active intruders, sorted in order of increasing time to closest approach.


maxVerticalSpeed

readonly maxVerticalSpeed: NumberUnitReadOnly<Speed>

Defined in: src/sdk/traffic/Tcas.ts:356

The upper vertical speed limit set by the resolution advisory. A value of NaN indicates no limit.


minVerticalSpeed

readonly minVerticalSpeed: NumberUnitReadOnly<Speed>

Defined in: src/sdk/traffic/Tcas.ts:359

The lower vertical speed limit set by the resolution advisory. A value of NaN indicates no limit.


primaryFlags

readonly primaryFlags: number

Defined in: src/sdk/traffic/Tcas.ts:371

A combination of TcasResolutionAdvisoryFlags entries describing the resolution advisory's primary type.


primaryType

readonly primaryType: TcasResolutionAdvisoryType

Defined in: src/sdk/traffic/Tcas.ts:362

The resolution advisory's primary type.


secondaryFlags

readonly secondaryFlags: number

Defined in: src/sdk/traffic/Tcas.ts:377

A combination of TcasResolutionAdvisoryFlags entries describing the resolution advisory's secondary type. If this resolution advisory does not have a secondary type, this value will be equal to zero.


secondaryType

readonly secondaryType: null | TcasResolutionAdvisoryType

Defined in: src/sdk/traffic/Tcas.ts:368

The resolution advisory's secondary type, if any. A secondary type can only exist if there are multiple intruders. If a secondary type exists, it can only be a negative type.