Class EarthHorizonSensorMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The "EarthHorizonSensor" payload message
public class EarthHorizonSensorMessage : Message<EarthHorizonSensorPayload>
- Inheritance
-
EarthHorizonSensorMessage
- Inherited Members
Constructors
EarthHorizonSensorMessage()
Default constructor
public EarthHorizonSensorMessage()
Properties
IsEarthVisible
[-] Is earth currently in view
[Units("-")]
public bool IsEarthVisible { get; set; }
Property Value
PitchError
[deg] The sensor's pitch error
[Units("deg")]
public double PitchError { get; set; }
Property Value
RollError
[deg] The sensor's roll error
[Units("deg")]
public double RollError { get; set; }