MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Configures the user specified gyroscope bias. More...
Classes | |
struct | mip::commands_3dm::GyroBias |
Functions | |
TypedResult< GyroBias > | mip::commands_3dm::writeGyroBias (C::mip_interface &device, const float *bias) |
TypedResult< GyroBias > | mip::commands_3dm::readGyroBias (C::mip_interface &device, float *biasOut) |
TypedResult< GyroBias > | mip::commands_3dm::saveGyroBias (C::mip_interface &device) |
TypedResult< GyroBias > | mip::commands_3dm::loadGyroBias (C::mip_interface &device) |
TypedResult< GyroBias > | mip::commands_3dm::defaultGyroBias (C::mip_interface &device) |
Configures the user specified gyroscope bias.
The user specified bias is subtracted from the calibrated angular rate output. Value is input in the sensor frame.
TypedResult< GyroBias > mip::commands_3dm::defaultGyroBias | ( | C::mip_interface & | device | ) |
TypedResult< GyroBias > mip::commands_3dm::loadGyroBias | ( | C::mip_interface & | device | ) |
TypedResult< GyroBias > mip::commands_3dm::readGyroBias | ( | C::mip_interface & | device, |
float * | biasOut | ||
) |
TypedResult< GyroBias > mip::commands_3dm::saveGyroBias | ( | C::mip_interface & | device | ) |
TypedResult< GyroBias > mip::commands_3dm::writeGyroBias | ( | C::mip_interface & | device, |
const float * | bias | ||
) |