SWITCH TO MANUAL
Class in Zendir.Classes
| Inherits from Software
Declaration
class CSSAggregatorSoftware ;
Description
Defines the software that is able to aggregate multiple CSS sensors
into a single coarse sun sensor message that can be created.
Properties
Declared Description In_CSSArrayConfigMsgArray An array of CSS configuration messages that are to be aggregated into a singleCSS configuration message. In_CSSArrayDataMsgArray An array of CSS data messages that are to be aggregated into a single CSSdata message. Out_CSSArrayConfigMsg CSS array configuration message storing the current configurations of all thesensors on-board the spacecraft. Out_CSSArrayDataMsg CSS sensor array message that contains the information about all the currentsensor outputs.
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.