SystemDesignAssurance Enumeration |
An enumeration of the different System Design Assurance values extracted from operational message
fields of version 2 ADS-B messages.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum SystemDesignAssurance
Public Enumeration SystemDesignAssurance
public enum class SystemDesignAssurance
type SystemDesignAssurance
Members
| Member name | Value | Description |
---|
| None | 0 |
The probability of an undetected fault causing the transmission of false or misleading position information is > 1x10^3 per flight hour.
|
| AssuranceLevelD | 1 |
The probability of an undetected fault causing the transmission of false or misleading position information is <= 1x10^-3 per flight hour.
|
| AssuranceLevelC | 2 |
The probability of an undetected fault causing the transmission of false or misleading position information is <= 1x10^-5 per flight hour.
|
| AssuranceLevelB | 3 |
The probability of an undetected fault causing the transmission of false or misleading position information is <= 1x10^-7 per flight hour.
|
See Also