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
-
Message<BoreSightAnglePayload>BoreSightAngleMessage
- Inherited Members
-
Message<BoreSightAnglePayload>.PayloadMessage<BoreSightAnglePayload>.ToString()Message<BoreSightAnglePayload>.PayloadTypeMessage<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
MissAngle
[rad] Angular distance between the boresight and body
[Units("rad")]
public double MissAngle { get; set; }