Table of Contents

Class BoreSightAngleMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Message structure used to define the angle between the boresight of an instrument and body

public sealed class BoreSightAngleMessage : Message<BoreSightAnglePayload>
Inheritance
BoreSightAngleMessage
Inherited Members
Message<BoreSightAnglePayload>.Payload
Message<BoreSightAnglePayload>.ToString()
Message<BoreSightAnglePayload>.PayloadType
Message<BoreSightAnglePayload>.PayloadObject

Constructors

BoreSightAngleMessage()

Default constructor

public BoreSightAngleMessage()

Properties

Azimuth

[rad] Quadrant to put the miss angle in

[Units("rad")]
public double Azimuth { get; set; }

Property Value

double

MissAngle

[rad] Angular distance between the boresight and body

[Units("rad")]
public double MissAngle { get; set; }

Property Value

double