VectorNav .NET Library
Public Member Functions | Public Attributes | List of all members
VectorNav.Sensor.MagnetometerCompensationRegister Class Reference

Class representing the Magnetometer Compensation register. More...

Public Member Functions

 MagnetometerCompensationRegister ()
 Creates a new MagnetometerCompensationRegister with default initialization values. More...
 
 MagnetometerCompensationRegister (mat3f c, vec3f b)
 Creates a new MagnetometerCompensationRegister with the provided values. More...
 

Public Attributes

mat3f C
 The C field. More...
 
vec3f B
 The B field. More...
 

Detailed Description

Class representing the Magnetometer Compensation register.

Constructor & Destructor Documentation

VectorNav.Sensor.MagnetometerCompensationRegister.MagnetometerCompensationRegister ( )

Creates a new MagnetometerCompensationRegister with default initialization values.

VectorNav.Sensor.MagnetometerCompensationRegister.MagnetometerCompensationRegister ( mat3f  c,
vec3f  b 
)

Creates a new MagnetometerCompensationRegister with the provided values.

Parameters
cValue to initialize the C field with.
bValue to initialize the B field with.

Member Data Documentation

vec3f VectorNav.Sensor.MagnetometerCompensationRegister.B

The B field.

mat3f VectorNav.Sensor.MagnetometerCompensationRegister.C

The C field.


The documentation for this class was generated from the following file: