![]() |
VectorNav .NET Library
|
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... | |
Class representing the Yaw, Pitch, Roll, True Body Acceleration and Angular Rates register.
| 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.
| yawPitchRoll | Value to initialize the YawPitchRoll field with. |
| bodyAccel | Value to initialize the BodyAccel field with. |
| gyro | Value to initialize the Gyro field with. |
| vec3f VectorNav.Sensor.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister.BodyAccel |
The BodyAccel field.
| vec3f VectorNav.Sensor.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister.Gyro |
The Gyro field.
| vec3f VectorNav.Sensor.YawPitchRollTrueBodyAccelerationAndAngularRatesRegister.YawPitchRoll |
The YawPitchRoll field.
1.8.10