Table of Contents

Class CSSArraySensorMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Message structure defining CSS array or constellation interface. Each element contains the raw measurement which should be a cosine value nominally.

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

Constructors

CSSArraySensorMessage()

Default constructor

public CSSArraySensorMessage()

Properties

CosValue

Current measured CSS value (ideally a cosine value) for the constellation of CSS sensors.

[Units("-")]
public double[] CosValue { get; set; }

Property Value

double[]

TimeTag

[s] A time tag in seconds

[Units("s")]
public double TimeTag { get; set; }

Property Value

double