![]() |
VectorNav C++ Library
|
Structure representing the Calculated Magnetometer Calibration register. More...
#include <registers.h>
Public Member Functions | |
CalculatedMagnetometerCalibrationRegister (vn::math::mat3f cIn, vn::math::vec3f bIn) | |
Creates an initializes a new CalculatedMagnetometerCalibrationRegister structure. More... | |
Public Attributes | |
vn::math::mat3f | c |
The c field. | |
vn::math::vec3f | b |
The b field. | |
Structure representing the Calculated Magnetometer Calibration register.
|
inline |
Creates an initializes a new CalculatedMagnetometerCalibrationRegister structure.
[in] | cIn | Value to initialize the c field with. |
[in] | bIn | Value to initialize the b field with. |