![]() |
VectorNav C++ Library
|
Structure representing the Yaw, Pitch, Roll, True Inertial Acceleration and Angular Rates register. More...
#include <registers.h>
Public Member Functions | |
| YawPitchRollTrueInertialAccelerationAndAngularRatesRegister (vn::math::vec3f yawPitchRollIn, vn::math::vec3f inertialAccelIn, vn::math::vec3f gyroIn) | |
| Creates an initializes a new YawPitchRollTrueInertialAccelerationAndAngularRatesRegister structure. More... | |
Public Attributes | |
| vn::math::vec3f | yawPitchRoll |
| The yawPitchRoll field. | |
| vn::math::vec3f | inertialAccel |
| The inertialAccel field. | |
| vn::math::vec3f | gyro |
| The gyro field. | |
Structure representing the Yaw, Pitch, Roll, True Inertial Acceleration and Angular Rates register.
|
inline |
Creates an initializes a new YawPitchRollTrueInertialAccelerationAndAngularRatesRegister structure.
| [in] | yawPitchRollIn | Value to initialize the yawPitchRoll field with. |
| [in] | inertialAccelIn | Value to initialize the inertialAccel field with. |
| [in] | gyroIn | Value to initialize the gyro field with. |
1.8.10