Table of Contents

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
AttitudeAnomalySensorMessage
Inherited Members
Message<AttitudeAnomalySensorPayload>.Payload
Message<AttitudeAnomalySensorPayload>.ToString()
Message<AttitudeAnomalySensorPayload>.PayloadType
Message<AttitudeAnomalySensorPayload>.PayloadObject

Constructors

AttitudeAnomalySensorMessage()

Default constructor

public AttitudeAnomalySensorMessage()

Properties

CourseSunSensorAnomaly

[-] CSS Status

public bool CourseSunSensorAnomaly { get; set; }

Property Value

bool

EarthHorizonSensorAnomaly

[-] Earth Horizon Sensor Status

public bool EarthHorizonSensorAnomaly { get; set; }

Property Value

bool

IMUGyroscopeAnomaly

[-] IMUGyro Status

public bool IMUGyroscopeAnomaly { get; set; }

Property Value

bool

StarTrackerAnomaly

[-] Star Tracker status

public bool StarTrackerAnomaly { get; set; }

Property Value

bool

TimeTag

[-] Time the last anomaly was detected [UTC]

public string TimeTag { get; set; }

Property Value

string