Click or drag to resize

PerformanceAssessmentField Class

A single field in a Performance Assessment File (PAF). It contains ephemeris and clock errors for one satellite at one time.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.DataReadersPerformanceAssessmentField

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class PerformanceAssessmentField : IEquatable<PerformanceAssessmentField>

The PerformanceAssessmentField type exposes the following members.

Constructors
  NameDescription
Public methodPerformanceAssessmentField
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyAgeOfData
Gets the Age of the navigation data on the satellite
Public propertyClockFrequencyError
Gets the Satellite Clock Phase error in meters/second
Public propertyClockPhaseError
Gets the Satellite Clock Phase error in meters
Public propertyDataAvailable
Gets a value indicating whether the data in this record should be used. This should be checked prior to using any data in this record.
Public propertyPositionErrorX
Gets the ephemeris position error in the Earth-centered, Earth-Fixed X direction in meters
Public propertyPositionErrorY
Gets the ephemeris position error in the Earth-centered, Earth-Fixed Y direction in meters
Public propertyPositionErrorZ
Gets the ephemeris position error in the Earth-centered, Earth-Fixed Z direction in meters
Public propertyPseudoRandomNumber
Gets the PRN of this satellite
Public propertyVelocityErrorX
Gets the ephemeris velocity error in the Earth-centered, Earth-Fixed X direction in meters/second
Public propertyVelocityErrorY
Gets the ephemeris velocity error in the Earth-centered, Earth-Fixed Y direction in meters/second
Public propertyVelocityErrorZ
Gets the ephemeris velocity error in the Earth-centered, Earth-Fixed Z direction in meters/second
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(PerformanceAssessmentField)
Indicates whether another instance of this type is exactly equal to this instance.
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
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
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