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

Class representing the Gyro Compensation register. More...

Public Member Functions

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

Public Attributes

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

Detailed Description

Class representing the Gyro Compensation register.

Constructor & Destructor Documentation

VectorNav.Sensor.GyroCompensationRegister.GyroCompensationRegister ( )

Creates a new GyroCompensationRegister with default initialization values.

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

Creates a new GyroCompensationRegister 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.GyroCompensationRegister.B

The B field.

mat3f VectorNav.Sensor.GyroCompensationRegister.C

The C field.


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