![]() |
VectorNav C++ Library
|
Structure representing the Quaternion, Magnetic, Acceleration and Angular Rates register. More...
#include <registers.h>
Public Member Functions | |
| QuaternionMagneticAccelerationAndAngularRatesRegister (vn::math::vec4f quatIn, vn::math::vec3f magIn, vn::math::vec3f accelIn, vn::math::vec3f gyroIn) | |
| Creates an initializes a new QuaternionMagneticAccelerationAndAngularRatesRegister structure. More... | |
Public Attributes | |
| vn::math::vec4f | quat |
| The quat field. | |
| vn::math::vec3f | mag |
| The mag field. | |
| vn::math::vec3f | accel |
| The accel field. | |
| vn::math::vec3f | gyro |
| The gyro field. | |
Structure representing the Quaternion, Magnetic, Acceleration and Angular Rates register.
|
inline |
Creates an initializes a new QuaternionMagneticAccelerationAndAngularRatesRegister structure.
| [in] | quatIn | Value to initialize the quat field with. |
| [in] | magIn | Value to initialize the mag field with. |
| [in] | accelIn | Value to initialize the accel field with. |
| [in] | gyroIn | Value to initialize the gyro field with. |
1.8.10