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

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

Public Member Functions

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

Public Attributes

vec3f YawPitchRoll
 The YawPitchRoll field. More...
 
vec3f InertialAccel
 The InertialAccel field. More...
 
vec3f Gyro
 The Gyro field. More...
 

Detailed Description

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

Constructor & Destructor Documentation

VectorNav.Sensor.YawPitchRollTrueInertialAccelerationAndAngularRatesRegister.YawPitchRollTrueInertialAccelerationAndAngularRatesRegister ( )

Creates a new YawPitchRollTrueInertialAccelerationAndAngularRatesRegister with default initialization values.

VectorNav.Sensor.YawPitchRollTrueInertialAccelerationAndAngularRatesRegister.YawPitchRollTrueInertialAccelerationAndAngularRatesRegister ( vec3f  yawPitchRoll,
vec3f  inertialAccel,
vec3f  gyro 
)

Creates a new YawPitchRollTrueInertialAccelerationAndAngularRatesRegister with the provided values.

Parameters
yawPitchRollValue to initialize the YawPitchRoll field with.
inertialAccelValue to initialize the InertialAccel field with.
gyroValue to initialize the Gyro field with.

Member Data Documentation

vec3f VectorNav.Sensor.YawPitchRollTrueInertialAccelerationAndAngularRatesRegister.Gyro

The Gyro field.

vec3f VectorNav.Sensor.YawPitchRollTrueInertialAccelerationAndAngularRatesRegister.InertialAccel

The InertialAccel field.

vec3f VectorNav.Sensor.YawPitchRollTrueInertialAccelerationAndAngularRatesRegister.YawPitchRoll

The YawPitchRoll field.


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