Table of Contents

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

double

In_SpicePlanetStateMsg

[-] The planetary spice message

public SpicePlanetStateMessage In_SpicePlanetStateMsg

Field Value

SpicePlanetStateMessage

Latitude

[deg] The latitude about the planet

public double Latitude

Field Value

double

Longitude

[deg] The longitude about the planet

public double Longitude

Field Value

double

Out_EphemerisMsg

The Ephemeris message generated from the Coordinates

public EphemerisMessage Out_EphemerisMsg

Field Value

EphemerisMessage

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)