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

Class representing the Yaw, Pitch, Roll, Magnetic, Acceleration and Angular Rates register. More...

Public Member Functions

 YawPitchRollMagneticAccelerationAndAngularRatesRegister ()
 Creates a new YawPitchRollMagneticAccelerationAndAngularRatesRegister with default initialization values. More...
 
 YawPitchRollMagneticAccelerationAndAngularRatesRegister (vec3f yawPitchRoll, vec3f mag, vec3f accel, vec3f gyro)
 Creates a new YawPitchRollMagneticAccelerationAndAngularRatesRegister with the provided values. More...
 

Public Attributes

vec3f YawPitchRoll
 The YawPitchRoll field. More...
 
vec3f Mag
 The Mag field. More...
 
vec3f Accel
 The Accel field. More...
 
vec3f Gyro
 The Gyro field. More...
 

Detailed Description

Class representing the Yaw, Pitch, Roll, Magnetic, Acceleration and Angular Rates register.

Constructor & Destructor Documentation

VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.YawPitchRollMagneticAccelerationAndAngularRatesRegister ( )

Creates a new YawPitchRollMagneticAccelerationAndAngularRatesRegister with default initialization values.

VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.YawPitchRollMagneticAccelerationAndAngularRatesRegister ( vec3f  yawPitchRoll,
vec3f  mag,
vec3f  accel,
vec3f  gyro 
)

Creates a new YawPitchRollMagneticAccelerationAndAngularRatesRegister with the provided values.

Parameters
yawPitchRollValue to initialize the YawPitchRoll field with.
magValue to initialize the Mag field with.
accelValue to initialize the Accel field with.
gyroValue to initialize the Gyro field with.

Member Data Documentation

vec3f VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.Accel

The Accel field.

vec3f VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.Gyro

The Gyro field.

vec3f VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.Mag

The Mag field.

vec3f VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.YawPitchRoll

The YawPitchRoll field.


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