|
MIP_SDK
v4.0.0
MicroStrain Communications Library for embedded systems
|
Configures the user specified gyroscope bias. More...
Classes | |
| struct | mip::C::mip_3dm_gyro_bias_command |
| struct | mip::C::mip_3dm_gyro_bias_response |
Typedefs | |
| typedef struct mip_3dm_gyro_bias_command | mip::C::mip_3dm_gyro_bias_command |
| typedef struct mip_3dm_gyro_bias_response | mip::C::mip_3dm_gyro_bias_response |
Functions | |
| void | mip::C::insert_mip_3dm_gyro_bias_command (microstrain_serializer *serializer, const mip_3dm_gyro_bias_command *self) |
| void | mip::C::extract_mip_3dm_gyro_bias_command (microstrain_serializer *serializer, mip_3dm_gyro_bias_command *self) |
| void | mip::C::insert_mip_3dm_gyro_bias_response (microstrain_serializer *serializer, const mip_3dm_gyro_bias_response *self) |
| void | mip::C::extract_mip_3dm_gyro_bias_response (microstrain_serializer *serializer, mip_3dm_gyro_bias_response *self) |
| mip_cmd_result | mip::C::mip_3dm_write_gyro_bias (mip_interface *device, const float *bias) |
| mip_cmd_result | mip::C::mip_3dm_read_gyro_bias (mip_interface *device, float *bias_out) |
| mip_cmd_result | mip::C::mip_3dm_save_gyro_bias (mip_interface *device) |
| mip_cmd_result | mip::C::mip_3dm_load_gyro_bias (mip_interface *device) |
| mip_cmd_result | mip::C::mip_3dm_default_gyro_bias (mip_interface *device) |
The user specified bias is subtracted from the calibrated angular rate output. Value is input in the sensor frame.
| typedef struct mip_3dm_gyro_bias_command mip::C::mip_3dm_gyro_bias_command |
| typedef struct mip_3dm_gyro_bias_response mip::C::mip_3dm_gyro_bias_response |
| void mip::C::insert_mip_3dm_gyro_bias_command | ( | microstrain_serializer * | serializer, |
| const mip_3dm_gyro_bias_command * | self | ||
| ) |
| void mip::C::extract_mip_3dm_gyro_bias_command | ( | microstrain_serializer * | serializer, |
| mip_3dm_gyro_bias_command * | self | ||
| ) |
| void mip::C::insert_mip_3dm_gyro_bias_response | ( | microstrain_serializer * | serializer, |
| const mip_3dm_gyro_bias_response * | self | ||
| ) |
| void mip::C::extract_mip_3dm_gyro_bias_response | ( | microstrain_serializer * | serializer, |
| mip_3dm_gyro_bias_response * | self | ||
| ) |
| mip_cmd_result mip::C::mip_3dm_write_gyro_bias | ( | mip_interface * | device, |
| const float * | bias | ||
| ) |
| mip_cmd_result mip::C::mip_3dm_read_gyro_bias | ( | mip_interface * | device, |
| float * | bias_out | ||
| ) |
| mip_cmd_result mip::C::mip_3dm_save_gyro_bias | ( | mip_interface * | device | ) |
| mip_cmd_result mip::C::mip_3dm_load_gyro_bias | ( | mip_interface * | device | ) |
| mip_cmd_result mip::C::mip_3dm_default_gyro_bias | ( | mip_interface * | device | ) |
1.8.17