Table of Contents

Class EarthHorizonDataMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The Earth horizon data is able to store information about whether the horizon of the Earth is visible about the current sensor's boresight in space.


public sealed class EarthHorizonDataMessage : Message
Inheritance
EarthHorizonDataMessage

Fields

IsEarthVisible

Is earth currently in view.

[Unit(UnitType.NONE)]
public bool IsEarthVisible

Field Value

bool

PitchError

The sensor's pitch error.

[Unit(UnitType.DEGREE)]
public double PitchError

Field Value

double

RollError

The sensor's roll error.

[Unit(UnitType.DEGREE)]
public double RollError

Field Value

double