Table of Contents

Class TAMDataMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message defining Magnetometer interface for a TAM (three axis magnetometer) object.


public sealed class TAMDataMessage : Message
Inheritance
TAMDataMessage

Fields

DCM_LB

Defines the direction cosine matrix from the local frame to the body frame from the sensor to the body.

[Unit(UnitType.NONE)]
public Matrix3 DCM_LB

Field Value

Matrix3

Field_L

Magnetic field measurements in sensor or local frame (three axis magnetometer)

[Unit(UnitType.TESLA)]
public Vector3 Field_L

Field Value

Vector3