Class AttitudeAnomalySensorMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
Message structure defining Attitude Anomaly Sensor outputs in body frame
public sealed class AttitudeAnomalySensorMessage : Message<AttitudeAnomalySensorPayload>
- Inheritance
-
Message<AttitudeAnomalySensorPayload>AttitudeAnomalySensorMessage
- Inherited Members
-
Message<AttitudeAnomalySensorPayload>.PayloadMessage<AttitudeAnomalySensorPayload>.ToString()Message<AttitudeAnomalySensorPayload>.PayloadTypeMessage<AttitudeAnomalySensorPayload>.PayloadObject
Constructors
AttitudeAnomalySensorMessage()
Default constructor
public AttitudeAnomalySensorMessage()
Properties
CourseSunSensorAnomaly
[-] CSS Status
public bool CourseSunSensorAnomaly { get; set; }
Property Value
EarthHorizonSensorAnomaly
[-] Earth Horizon Sensor Status
public bool EarthHorizonSensorAnomaly { get; set; }
Property Value
IMUGyroscopeAnomaly
[-] IMUGyro Status
public bool IMUGyroscopeAnomaly { get; set; }
Property Value
StarTrackerAnomaly
[-] Star Tracker status
public bool StarTrackerAnomaly { get; set; }
Property Value
TimeTag
[-] Time the last anomaly was detected [UTC]
public string TimeTag { get; set; }