![]() |
VectorNav C++ Library
|
Structure representing the Startup Filter Bias Estimate register. More...
#include <registers.h>
Public Member Functions | |
| StartupFilterBiasEstimateRegister (vn::math::vec3f gyroBiasIn, vn::math::vec3f accelBiasIn, float pressureBiasIn) | |
| Creates an initializes a new StartupFilterBiasEstimateRegister structure. More... | |
Public Attributes | |
| vn::math::vec3f | gyroBias |
| The gyroBias field. | |
| vn::math::vec3f | accelBias |
| The accelBias field. | |
| float | pressureBias |
| The pressureBias field. | |
Structure representing the Startup Filter Bias Estimate register.
|
inline |
Creates an initializes a new StartupFilterBiasEstimateRegister structure.
| [in] | gyroBiasIn | Value to initialize the gyroBias field with. |
| [in] | accelBiasIn | Value to initialize the accelBias field with. |
| [in] | pressureBiasIn | Value to initialize the pressureBias field with. |
1.8.10