MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
Configure the user specified magnetometer hard iron offset vector. More...
Classes | |
struct | mip::commands_3dm::MagHardIronOffset |
Functions | |
TypedResult< MagHardIronOffset > | mip::commands_3dm::writeMagHardIronOffset (C::mip_interface &device, const float *offset) |
TypedResult< MagHardIronOffset > | mip::commands_3dm::readMagHardIronOffset (C::mip_interface &device, float *offsetOut) |
TypedResult< MagHardIronOffset > | mip::commands_3dm::saveMagHardIronOffset (C::mip_interface &device) |
TypedResult< MagHardIronOffset > | mip::commands_3dm::loadMagHardIronOffset (C::mip_interface &device) |
TypedResult< MagHardIronOffset > | mip::commands_3dm::defaultMagHardIronOffset (C::mip_interface &device) |
Configure the user specified magnetometer hard iron offset vector.
The values for this offset are determined empirically by external software algorithms based on calibration data taken after the device is installed in its application. These values can be obtained and set by using Microstrain software tools. Alternatively, on some systems, the auto-mag calibration feature may be used to capture these values in-run. The offset is applied to the scaled magnetometer vector prior to output.
TypedResult< MagHardIronOffset > mip::commands_3dm::defaultMagHardIronOffset | ( | C::mip_interface & | device | ) |
TypedResult< MagHardIronOffset > mip::commands_3dm::loadMagHardIronOffset | ( | C::mip_interface & | device | ) |
TypedResult< MagHardIronOffset > mip::commands_3dm::readMagHardIronOffset | ( | C::mip_interface & | device, |
float * | offsetOut | ||
) |
TypedResult< MagHardIronOffset > mip::commands_3dm::saveMagHardIronOffset | ( | C::mip_interface & | device | ) |
TypedResult< MagHardIronOffset > mip::commands_3dm::writeMagHardIronOffset | ( | C::mip_interface & | device, |
const float * | offset | ||
) |