Class in Zendir.Classes | Inherits from Software

Declaration

class GroundLocationPointingSoftware;

Description

This module is used to generate the attitude reference message in order to have a spacecraft point at a location on the ground


Properties

DeclaredDescription
AlignmentVector_B[-] Body fixed vector that is to be aimed at a location
In_EphemerisMsgInput celestial body message
In_GroundStateMsgInput msg with location relative to planet
In_NavigationAttitudeMsgInput msg with inertial spacecraft attitude states
In_NavigationTranslationMsgInput msg with inertial spacecraft attitude states
Out_AttitudeErrorMsgAttitude error output message
Out_AttitudeReferenceMsgReference attitude output message
PreviousSigma_BROlder sigma_BR value, stored for finite dif
SmallAngle[rad] An angle value that specifies what is near 0 or 180 degrees
UseBoresightRateDampingFlag to use rate damping about the sensor boresight
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.