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.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [FlagsAttribute]
public enum MultipleThreatResolutionAdvisory
<FlagsAttribute>
Public Enumeration MultipleThreatResolutionAdvisory
[FlagsAttribute]
public enum class MultipleThreatResolutionAdvisory
[<FlagsAttribute>]
type MultipleThreatResolutionAdvisory
Members
| Member name | Value | Description |
---|
| Reserved1 | 1 |
Reserved.
|
| Reserved2 | 2 |
Reserved.
|
| Reserved3 | 4 |
Reserved.
|
| Reserved4 | 8 |
Reserved.
|
| Reserved5 | 16 |
Reserved.
|
| Reserved6 | 32 |
Reserved.
|
| Reserved7 | 64 |
Reserved.
|
| IsSenseReversal | 128 |
RA is a sense reversal when set, is not a sense reversal when clear.
|
| RequiresCrossing | 256 |
RA requires a crossing when set, does not require a crossing when clear.
|
| RequiresPositiveDescend | 512 |
RA requires a positive descend when set, does not require a positive descend when clear.
|
| RequiresCorrectionInDownwardSense | 1024 |
RA requires a correction in the downward sense when set, does not require a correction in the downward sense when clear.
|
| RequiresPositiveClimb | 2048 |
RA requires a positive climb when set, does not require a positive climb when clear.
|
| RequiresCorrectionInUpwardSense | 4096 |
RA requires a correction in the upward sense when set, does not require a correction in the upward sense when clear.
|
See Also