Click or drag to resize
MultipleThreatResolutionAdvisory Enumeration
An enumeration of flags that indicate the meaning of a TCAS resolution advisory when there are multiple threats and the resolution advisory provides separation below some threats and above other threats.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[FlagsAttribute]
public enum MultipleThreatResolutionAdvisory
Members
  Member nameValueDescription
Reserved11 Reserved.
Reserved22 Reserved.
Reserved34 Reserved.
Reserved48 Reserved.
Reserved516 Reserved.
Reserved632 Reserved.
Reserved764 Reserved.
IsSenseReversal128 RA is a sense reversal when set, is not a sense reversal when clear.
RequiresCrossing256 RA requires a crossing when set, does not require a crossing when clear.
RequiresPositiveDescend512 RA requires a positive descend when set, does not require a positive descend when clear.
RequiresCorrectionInDownwardSense1024 RA requires a correction in the downward sense when set, does not require a correction in the downward sense when clear.
RequiresPositiveClimb2048 RA requires a positive climb when set, does not require a positive climb when clear.
RequiresCorrectionInUpwardSense4096 RA requires a correction in the upward sense when set, does not require a correction in the upward sense when clear.
See Also