|
MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Configures the user specified accelerometer bias. More...
Classes | |
| struct | mip::commands_3dm::AccelBias |
Functions | |
| TypedResult< AccelBias > | mip::commands_3dm::writeAccelBias (C::mip_interface &device, const float *bias) |
| TypedResult< AccelBias > | mip::commands_3dm::readAccelBias (C::mip_interface &device, float *biasOut) |
| TypedResult< AccelBias > | mip::commands_3dm::saveAccelBias (C::mip_interface &device) |
| TypedResult< AccelBias > | mip::commands_3dm::loadAccelBias (C::mip_interface &device) |
| TypedResult< AccelBias > | mip::commands_3dm::defaultAccelBias (C::mip_interface &device) |
Configures the user specified accelerometer bias.
The user specified bias is subtracted from the calibrated accelerometer output. Value is input in the sensor frame.
| TypedResult< AccelBias > mip::commands_3dm::defaultAccelBias | ( | C::mip_interface & | device | ) |
| TypedResult< AccelBias > mip::commands_3dm::loadAccelBias | ( | C::mip_interface & | device | ) |
| TypedResult< AccelBias > mip::commands_3dm::readAccelBias | ( | C::mip_interface & | device, |
| float * | biasOut | ||
| ) |
| TypedResult< AccelBias > mip::commands_3dm::saveAccelBias | ( | C::mip_interface & | device | ) |
| TypedResult< AccelBias > mip::commands_3dm::writeAccelBias | ( | C::mip_interface & | device, |
| const float * | bias | ||
| ) |
1.8.17