Table of Contents

Class NavTransMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Message structure defining the translational navigation state of an object

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

Constructors

NavTransMessage()

Default constructor

public NavTransMessage()

Properties

R_BN_N

[m] Current inertial spacecraft position vector in inertial frame N components

[Units("m")]
public Vector3 R_BN_N { get; set; }

Property Value

Vector3

V_BN_N

[m/s] Current inertial velocity of the spacecraft in inertial frame N components

[Units("m/s")]
public Vector3 V_BN_N { get; set; }

Property Value

Vector3

VehicleAccumDV

[m/s] Total accumulated delta-velocity for s/c

[Units("m/s")]
public Vector3 VehicleAccumDV { get; set; }

Property Value

Vector3