Class in Zendir.Classes | Inherits from Software

Declaration

class GeodeticAlignmentTrackingSoftware;

Description

The geodetic alignment tracking software is a software component that will determine the geodetic location of a particular object in space, based on the direction of the up vector of the object.


Properties

DeclaredDescription
Alignment_BThe alignment vector for the geodetic alignment software. This isthe direction on the object that the up vector is aligned with.
In_PlanetStateMsgThe planet state message for the Earth
In_TransformMsgThe target’s transform message for the object that is being tracked.
Out_GeodeticMsgThe output geodetic message that contains the geodetic informationabout the latitude, longitude, altitude and planet of the message,of the pointing direction.
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.