Table of Contents

Class AttRefMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Structure used to define the output definition for attitude reference generation

public sealed class AttRefMessage : Message<AttRefPayload>
Inheritance
Message<AttRefPayload>
AttRefMessage
Inherited Members
Message<AttRefPayload>.Payload
Message<AttRefPayload>.ToString()
Message<AttRefPayload>.PayloadType
Message<AttRefPayload>.PayloadObject

Constructors

AttRefMessage()

Default constructor

public AttRefMessage()

Properties

DOmega_RN_N

[r/s2] Reference frame inertial acceleration of R relative to N in N frame components

[Units("rad/s^2")]
public Vector3 DOmega_RN_N { get; set; }

Property Value

Vector3

Omega_RN_N

[r/s] Reference frame rate vector of the of R relative to N in N frame components

[Units("rad/s")]
public Vector3 Omega_RN_N { get; set; }

Property Value

Vector3

Sigma_RN

[MRP] Reference attitude of R relative to N

[Units("MRP")]
public Vector3 Sigma_RN { get; set; }

Property Value

Vector3