Class in Zendir.Classes | Inherits from Software

Declaration

class EphemerisGeodeticTranslationSoftware;

Description

The ephemeris geodetic translation software is able to convert a standard ephemeris message into a geodetic message, including the latitude, longitude, altitude and PCPF frame about some body.


Properties

DeclaredDescription
In_EphemerisMsgThe input ephemeris message to convert to geodetic coordinates.
In_PlanetStateMsgThe input planet state message to use for the specific planet.
Out_GeodeticMsgThe output geodetic message for the planet and coordinates.
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object (if any).

Methods

InheritedDescription
DestroyRemoves the current object from the simulation.
DisableDisable the software componentDerived classes should clear any output messages
EnableEnable the software component
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.
InitialiseThis method is called whenever some key parameters are changedand any new local variables are required to be recalculated. Thiscan be called by the software chains if a configuration of somevalues are updated.