Click or drag to resize

RaimOptions Class

Options for computing ReceiverAutonomousIntegrityMonitoring (RAIM) outages.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NavigationRaimOptions

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class RaimOptions

The RaimOptions type exposes the following members.

Constructors
  NameDescription
Public methodRaimOptions
Initializes a new instance with default RTCA values.
Top
Properties
  NameDescription
Public propertyEnRouteArpCeilings
Gets the Approximate Radial-Error Protected (ARP) ceiling values for the EnRoute flight phase. The first value in the array is the ceiling for 5 satellites in view, the second is for 6 satellites in view, and so on. The returned array has 5 elements total, describing the ceilings for between 5 and 9 satellites in view. The ceilings can be changed by setting new values in the returned array. See the Remarks section for the default values.
Public propertyNonPrecisionApproachArpCeilings
Gets the Approximate Radial-Error Protected (ARP) ceiling values for the NonPrecisionApproach flight phase. The first value in the array is the ceiling for 5 satellites in view, the second is for 6 satellites in view, and so on. The returned array has 5 elements total, describing the ceilings for between 5 and 9 satellites in view. The ceilings can be changed by setting new values in the returned array. See the Remarks section for the default values.
Public propertyOutageDurationThreshold
Gets or sets the outage duration threshold, which specifies how much time must pass, while RAIM is unavailable, before a RAIM outage is signaled. This value defaults to 5 minutes.
Public propertyTerminalArpCeilings
Gets the Approximate Radial-Error Protected (ARP) ceiling values for the Terminal flight phase. The first value in the array is the ceiling for 5 satellites in view, the second is for 6 satellites in view, and so on. The returned array has 5 elements total, describing the ceilings for between 5 and 9 satellites in view. The ceilings can be changed by setting new values in the returned array. See the Remarks section for the default values.
Public propertyThresholds
Gets the default thresholds used for alarm. The first value in the array is the threshold for 5 satellites in view, the second is for 6 satellites in view, and so on. The returned array has 5 elements total, describing the thresholds for between 5 and 9 satellites in view. The thresholds can be changed by setting new values in the returned array. See the Remarks section for the default values.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also