Table of Contents

Class BoresightDataMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message used to define the angle between the boresight of an instrument and body.


public sealed class BoresightDataMessage : Message
Inheritance
BoresightDataMessage

Fields

Azimuth

Quadrant to put the miss angle in, relative to the boresight.

[Unit(UnitType.RADIAN)]
public double Azimuth

Field Value

double

MissAngle

Angular distance between the boresight and body.

[Unit(UnitType.RADIAN)]
public double MissAngle

Field Value

double