Click or drag to resize

CcsdsReferenceFrameType Enumeration

This type defines whether a Consultative Committee for Space Data Systems (CCSDS) reference frame is inertial, fixed, or unknown.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CcsdsReferenceFrameType
Members
  Member nameDescription
Unknown The reference frame type cannot be easily inferred from the available CCSDS data, or an attempt to infer the reference frame has not been performed yet.
Inertial The reference frame of the CCSDS data has been inferred to be an inertial frame.
Fixed The reference frame of the CCSDS data has been inferred to be a fixed frame.
See Also