Class GeodeticEphemerisConverterSoftware
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
This software converts a latitude, longitude, altitude value (geodetic) coordinate about a planet to an acceptable ephemeris message.
public class GeodeticEphemerisConverterSoftware : Software
- Inheritance
-
GeodeticEphemerisConverterSoftware
- Inherited Members
Constructors
GeodeticEphemerisConverterSoftware()
Default constructor for the software
public GeodeticEphemerisConverterSoftware()
Fields
Altitude
[deg] The altitude about the planet
public double Altitude
Field Value
In_SpicePlanetStateMsg
[-] The planetary spice message
public SpicePlanetStateMessage In_SpicePlanetStateMsg
Field Value
Latitude
[deg] The latitude about the planet
public double Latitude
Field Value
Longitude
[deg] The longitude about the planet
public double Longitude
Field Value
Out_EphemerisMsg
The Ephemeris message generated from the Coordinates
public EphemerisMessage Out_EphemerisMsg
Field Value
Methods
OnUpdate(double, double)
Called when the 'Component' should update
protected override void OnUpdate(double time, double step)