Table of Contents

Class SpacecraftEphemerisConverterSoftware

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

This software converts a Spacecraft's body state message to an ephemeris message.

public class SpacecraftEphemerisConverterSoftware : Software
Inheritance
SpacecraftEphemerisConverterSoftware
Inherited Members

Constructors

SpacecraftEphemerisConverterSoftware()

Default constructor for the software

public SpacecraftEphemerisConverterSoftware()

Fields

In_BodyStatesMsg

The BodyStatesMessage attached to the Spacecraft.

public BodyStatesMessage? In_BodyStatesMsg

Field Value

BodyStatesMessage

Out_EphemerisMsg

The Ephemeris Message generated from the Spacecraft's BodyStates data from the spacecraft's orgin.

public EphemerisMessage Out_EphemerisMsg

Field Value

EphemerisMessage

Out_NavTransMsg

The navigation translation message generated from the Spacecraft's BodyStates data in another form, from the spacecraft's orgin.

public NavTransMessage Out_NavTransMsg

Field Value

NavTransMessage

Methods

OnUpdate(double, double)

Called when the 'Component' should update

protected override void OnUpdate(double time, double step)

Parameters

time double

current time (seconds)

step double

the time step (seconds)