Class in Zendir.Classes | Inherits from Software

Declaration

class AttitudeAnomalyTrackingSoftware;

Description

Defines a detector that detects anomalies within its attitude-determining sensors by comparing the sensors with the gyro sensor or other sensors.


Properties

DeclaredDescription
In_CSSConfigMsgInput message for CoarseSunSensor data [OPTIONAL]
In_EarthHorizonDataMsgInput message for EarthHorizonSensor data [OPTIONAL]
In_GyroscopeDataMsgInput message for IMU gyroscope data [OPTIONAL]
In_NavigationAttitudeMsgThe navigation message from the current state of the object
In_StarTrackerDataMsgInput message for star tracker data [OPTIONAL]
Out_AttitudeAnomalyMsgOutput message for Attitude Anomaly data
Threshold[-] Error between sensed states allowed before flagging anomaly
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.