Interface: TcasResolutionAdvisoryHost
Defined in: src/sdk/traffic/Tcas.ts:354
A host for information on the active TCAS resolution advisory.
Properties
intruderArray
readonlyintruderArray: readonlyTcasIntruder[]
Defined in: src/sdk/traffic/Tcas.ts:356
The resolution advisory's active intruders, sorted in order of increasing time to closest approach.
maxVerticalSpeed
readonlymaxVerticalSpeed:NumberUnitReadOnly<Speed>
Defined in: src/sdk/traffic/Tcas.ts:359
The upper vertical speed limit set by the resolution advisory. A value of NaN indicates no limit.
minVerticalSpeed
readonlyminVerticalSpeed:NumberUnitReadOnly<Speed>
Defined in: src/sdk/traffic/Tcas.ts:362
The lower vertical speed limit set by the resolution advisory. A value of NaN indicates no limit.
primaryFlags
readonlyprimaryFlags:number
Defined in: src/sdk/traffic/Tcas.ts:374
A combination of TcasResolutionAdvisoryFlags entries describing the resolution advisory's primary type.
primaryType
readonlyprimaryType:TcasResolutionAdvisoryType
Defined in: src/sdk/traffic/Tcas.ts:365
The resolution advisory's primary type.
secondaryFlags
readonlysecondaryFlags:number
Defined in: src/sdk/traffic/Tcas.ts:380
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
readonlysecondaryType:TcasResolutionAdvisoryType|null
Defined in: src/sdk/traffic/Tcas.ts:371
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.