Table of Contents

Class AttitudeAnomalyMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message defining attitude anomalies detected in various sensors by an attitude anomaly detection software.


public sealed class AttitudeAnomalyMessage : Message
Inheritance
AttitudeAnomalyMessage

Fields

CoarseSunSensorAnomaly

CSS anomaly status.

[Unit(UnitType.NONE)]
public bool CoarseSunSensorAnomaly

Field Value

bool

EarthHorizonSensorAnomaly

Earth horizon sensor anomaly status.

[Unit(UnitType.NONE)]
public bool EarthHorizonSensorAnomaly

Field Value

bool

GyroscopeAnomaly

IMU gyroscope anomaly status.

[Unit(UnitType.NONE)]
public bool GyroscopeAnomaly

Field Value

bool

StarTrackerAnomaly

Star tracker sensor anomaly status.

[Unit(UnitType.NONE)]
public bool StarTrackerAnomaly

Field Value

bool

Timestamp

Time the last anomaly was detected.

[Unit(UnitType.SECOND)]
public double Timestamp

Field Value

double