![]() |
VectorNav C++ Library
|
Structure representing the VPE Magnetometer Basic Tuning register. More...
#include <registers.h>
Public Member Functions | |
VpeMagnetometerBasicTuningRegister (vn::math::vec3f baseTuningIn, vn::math::vec3f adaptiveTuningIn, vn::math::vec3f adaptiveFilteringIn) | |
Creates an initializes a new VpeMagnetometerBasicTuningRegister structure. More... | |
Public Attributes | |
vn::math::vec3f | baseTuning |
The baseTuning field. | |
vn::math::vec3f | adaptiveTuning |
The adaptiveTuning field. | |
vn::math::vec3f | adaptiveFiltering |
The adaptiveFiltering field. | |
Structure representing the VPE Magnetometer Basic Tuning register.
|
inline |
Creates an initializes a new VpeMagnetometerBasicTuningRegister structure.
[in] | baseTuningIn | Value to initialize the baseTuning field with. |
[in] | adaptiveTuningIn | Value to initialize the adaptiveTuning field with. |
[in] | adaptiveFilteringIn | Value to initialize the adaptiveFiltering field with. |