Click or drag to resize
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.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SystemDesignAssurance
Members
  Member nameValueDescription
None0 The probability of an undetected fault causing the transmission of false or misleading position information is > 1x10^3 per flight hour.
AssuranceLevelD1 The probability of an undetected fault causing the transmission of false or misleading position information is <= 1x10^-3 per flight hour.
AssuranceLevelC2 The probability of an undetected fault causing the transmission of false or misleading position information is <= 1x10^-5 per flight hour.
AssuranceLevelB3 The probability of an undetected fault causing the transmission of false or misleading position information is <= 1x10^-7 per flight hour.
See Also