Table of Contents

Class EarthHorizonSensorMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The "EarthHorizonSensor" payload message

public class EarthHorizonSensorMessage : Message<EarthHorizonSensorPayload>
Inheritance
EarthHorizonSensorMessage
Inherited Members
Message<EarthHorizonSensorPayload>.Payload
Message<EarthHorizonSensorPayload>.ToString()
Message<EarthHorizonSensorPayload>.PayloadType
Message<EarthHorizonSensorPayload>.PayloadObject

Constructors

EarthHorizonSensorMessage()

Default constructor

public EarthHorizonSensorMessage()

Properties

IsEarthVisible

[-] Is earth currently in view

[Units("-")]
public bool IsEarthVisible { get; set; }

Property Value

bool

PitchError

[deg] The sensor's pitch error

[Units("deg")]
public double PitchError { get; set; }

Property Value

double

RollError

[deg] The sensor's roll error

[Units("deg")]
public double RollError { get; set; }

Property Value

double