Class in Zendir.Classes | Inherits from Software

Declaration

class GeodeticEphemerisTranslationSoftware;

Description

This software converts a latitude, longitude, altitude value (geodetic) coordinate about a planet to an acceptable ephemeris message.


Properties

DeclaredDescription
Altitude[deg] The altitude about the planet
In_GeodeticMsgAn optional geodetic message to convert to ephemeris. If thisdoes not exist, it will use the latitude, longitude and altitudevalues provided.
In_PlanetStateMsgThe planetary message
Latitude[deg] The latitude about the planet
Longitude[deg] The longitude about the planet
Out_EphemerisMsgThe Ephemeris message generated from the 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.