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

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

Public Member Functions

 YawPitchRollTrueBodyAccelerationAndAngularRatesRegister ()
 Creates a new YawPitchRollTrueBodyAccelerationAndAngularRatesRegister with default initialization values. More...
 
 YawPitchRollTrueBodyAccelerationAndAngularRatesRegister (vec3f yawPitchRoll, vec3f bodyAccel, vec3f gyro)
 Creates a new YawPitchRollTrueBodyAccelerationAndAngularRatesRegister with the provided values. More...
 

Public Attributes

vec3f YawPitchRoll
 The YawPitchRoll field. More...
 
vec3f BodyAccel
 The BodyAccel field. More...
 
vec3f Gyro
 The Gyro field. More...
 

Detailed Description

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

Constructor & Destructor Documentation

VectorNav.Sensor.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister ( )

Creates a new YawPitchRollTrueBodyAccelerationAndAngularRatesRegister with default initialization values.

VectorNav.Sensor.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister ( vec3f  yawPitchRoll,
vec3f  bodyAccel,
vec3f  gyro 
)

Creates a new YawPitchRollTrueBodyAccelerationAndAngularRatesRegister with the provided values.

Parameters
yawPitchRollValue to initialize the YawPitchRoll field with.
bodyAccelValue to initialize the BodyAccel field with.
gyroValue to initialize the Gyro field with.

Member Data Documentation

vec3f VectorNav.Sensor.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister.BodyAccel

The BodyAccel field.

vec3f VectorNav.Sensor.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister.Gyro

The Gyro field.

vec3f VectorNav.Sensor.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister.YawPitchRoll

The YawPitchRoll field.


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