SWITCH TO MANUAL
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
Declared Description Altitude [deg] The altitude about the planet In_GeodeticMsg An optional geodetic message to convert to ephemeris. If thisdoes not exist, it will use the latitude, longitude and altitudevalues provided. In_PlanetStateMsg The planetary message Latitude [deg] The latitude about the planet Longitude [deg] The longitude about the planet Out_EphemerisMsg The Ephemeris message generated from the Coordinates
Inherited Description IsEnabled Is true if the object is currently enabled. Name The display name or tag of this object. Parent The currently attached parent object (if any).
Methods
Inherited Description Destroy Removes the current object from the simulation. Disable Disable the software componentDerived classes should clear any output messages Enable Enable the software component FindParentWithID Returns an attached parent that satisfies the specified ID. FindParentWithType Returns an attached parent that satisfies the specified type. FindRootWithID Returns a root object that satisfies the specified ID. FindRootWithType Returns a root object that satisfies the specified type. Initialise This 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.