Class EarthHorizonSensorMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The "EarthHorizonSensor" payload message
public class EarthHorizonSensorMessage : Message<EarthHorizonSensorPayload>
- Inheritance
-
Message<EarthHorizonSensorPayload>EarthHorizonSensorMessage
- Inherited Members
-
Message<EarthHorizonSensorPayload>.PayloadMessage<EarthHorizonSensorPayload>.ToString()Message<EarthHorizonSensorPayload>.PayloadTypeMessage<EarthHorizonSensorPayload>.PayloadObject
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; }