Skip to main content

Interface: TcasResolutionAdvisoryHost

A host for information on the active TCAS resolution advisory.

Properties

intruderArray

Readonly intruderArray: readonly TcasIntruder[]

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

Defined in

src/sdk/traffic/Tcas.ts:353


maxVerticalSpeed

Readonly maxVerticalSpeed: NumberUnitReadOnly<Speed, Unit<Speed>>

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

Defined in

src/sdk/traffic/Tcas.ts:356


minVerticalSpeed

Readonly minVerticalSpeed: NumberUnitReadOnly<Speed, Unit<Speed>>

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

Defined in

src/sdk/traffic/Tcas.ts:359


primaryFlags

Readonly primaryFlags: number

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

Defined in

src/sdk/traffic/Tcas.ts:371


primaryType

Readonly primaryType: TcasResolutionAdvisoryType

The resolution advisory's primary type.

Defined in

src/sdk/traffic/Tcas.ts:362


secondaryFlags

Readonly secondaryFlags: number

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.

Defined in

src/sdk/traffic/Tcas.ts:377


secondaryType

Readonly secondaryType: null | TcasResolutionAdvisoryType

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.

Defined in

src/sdk/traffic/Tcas.ts:368