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
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
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
VehicleAccumDV
[m/s] Total accumulated delta-velocity for s/c
[Units("m/s")]
public Vector3 VehicleAccumDV { get; set; }