Class GroundStationEphemerisConverterSoftware
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
This software converts a Ground Station's ground state message to an ephemeris message.
public class GroundStationEphemerisConverterSoftware : Software
- Inheritance
-
GroundStationEphemerisConverterSoftware
- Inherited Members
Constructors
GroundStationEphemerisConverterSoftware()
Default constructor for the software
public GroundStationEphemerisConverterSoftware()
Fields
In_GroundStatesMsg
The Ground States message from the Ground Station
public GroundStatesMessage? In_GroundStatesMsg
Field Value
Out_EphemerisMsg
The Ephemeris message generated from the Ground Station
public EphemerisMessage Out_EphemerisMsg
Field Value
Methods
OnUpdate(double, double)
Called when the 'Component' should update
protected override void OnUpdate(double time, double step)