TcasCapabilityMode Enumeration |
An enumeration of the different operational status indicators for TCAS/ACAS systems as
transmitted in the ADS-B version 1 target state and status message.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum TcasCapabilityMode
Public Enumeration TcasCapabilityMode
public enum class TcasCapabilityMode
Members
| Member name | Value | Description |
---|
| OperationalOrUnknown | 0 |
All systems are either operational or their state is unknown.
|
| NotOperational | 1 |
TCAS/ACAS is not operational.
|
| NoResolutionAdvisoryActive | 2 |
TCAS/ACAS is operational and no RA is active.
|
| ResolutionAdvisoryActive | 3 |
TCAS/ACAS is operational and an RA is active.
|
See Also