SWITCH TO MANUAL
Class in Zendir.Classes
| Inherits from Software
Declaration
class GeodeticLocationTranslationSoftware ;
Description
This software converts a latitude, longitude, altitude
into location information. This includes country information.
Properties
Declared Description In_GeodeticMsg The input geodetic message that contains the geodetic informationabout the latitude, longitude, altitude of the location. Interval The interval at which the software will update the countrythat is being reference. This is used as the location lookupcan be slow and should not be done every update. NextUpdate The next time the software will update the country lookup. Out_CountryLocationMsg The output country location message that contains the country thatthe geodetic location is located in.
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.