#include <AP_Compass_HMC5843.h>
|
enum | DevTypes {
DEVTYPE_HMC5883_OLD = 0x01,
DEVTYPE_HMC5883 = 0x07,
DEVTYPE_LSM303D = 0x02,
DEVTYPE_AK8963 = 0x04,
DEVTYPE_BMM150 = 0x05,
DEVTYPE_LSM9DS1 = 0x06,
DEVTYPE_LIS3MDL = 0x08,
DEVTYPE_AK09916 = 0x09,
DEVTYPE_IST8310 = 0x0A,
DEVTYPE_ICM20948 = 0x0B,
DEVTYPE_MMC3416 = 0x0C,
DEVTYPE_QMC5883L = 0x0D,
DEVTYPE_MAG3110 = 0x0E
} |
|
void | rotate_field (Vector3f &mag, uint8_t instance) |
|
void | publish_raw_field (const Vector3f &mag, uint8_t instance) |
|
void | correct_field (Vector3f &mag, uint8_t i) |
|
void | publish_filtered_field (const Vector3f &mag, uint8_t instance) |
|
void | set_last_update_usec (uint32_t last_update, uint8_t instance) |
|
uint8_t | register_compass (void) const |
|
void | set_dev_id (uint8_t instance, uint32_t dev_id) |
|
void | set_external (uint8_t instance, bool external) |
|
bool | is_external (uint8_t instance) |
|
void | set_rotation (uint8_t instance, enum Rotation rotation) |
|
bool | field_ok (const Vector3f &field) |
|
uint32_t | get_error_count () const |
|
Compass & | _compass |
|
AP_HAL::Semaphore * | _sem |
|
Definition at line 16 of file AP_Compass_HMC5843.h.
◆ ~AP_Compass_HMC5843()
virtual AP_Compass_HMC5843::~AP_Compass_HMC5843 |
( |
| ) |
|
|
virtual |
◆ AP_Compass_HMC5843()
◆ _calibrate()
bool AP_Compass_HMC5843::_calibrate |
( |
| ) |
|
|
private |
◆ _check_whoami()
bool AP_Compass_HMC5843::_check_whoami |
( |
| ) |
|
|
private |
◆ _read_sample()
bool AP_Compass_HMC5843::_read_sample |
( |
| ) |
|
|
private |
◆ _setup_sampling_mode()
bool AP_Compass_HMC5843::_setup_sampling_mode |
( |
| ) |
|
|
private |
◆ _take_sample()
void AP_Compass_HMC5843::_take_sample |
( |
| ) |
|
|
private |
◆ _timer()
void AP_Compass_HMC5843::_timer |
( |
| ) |
|
|
private |
◆ init()
bool AP_Compass_HMC5843::init |
( |
| ) |
|
|
private |
◆ probe()
◆ probe_mpu6000()
◆ read()
void AP_Compass_HMC5843::read |
( |
| ) |
|
|
overridevirtual |
◆ _accum_count
uint8_t AP_Compass_HMC5843::_accum_count |
|
private |
◆ _bus
◆ _compass_instance
uint8_t AP_Compass_HMC5843::_compass_instance |
|
private |
◆ _force_external
bool AP_Compass_HMC5843::_force_external |
|
private |
◆ _gain_scale
float AP_Compass_HMC5843::_gain_scale |
|
private |
◆ _initialised
bool AP_Compass_HMC5843::_initialised |
|
private |
◆ _mag_x
int16_t AP_Compass_HMC5843::_mag_x |
|
private |
◆ _mag_x_accum
int16_t AP_Compass_HMC5843::_mag_x_accum |
|
private |
◆ _mag_y
int16_t AP_Compass_HMC5843::_mag_y |
|
private |
◆ _mag_y_accum
int16_t AP_Compass_HMC5843::_mag_y_accum |
|
private |
◆ _mag_z
int16_t AP_Compass_HMC5843::_mag_z |
|
private |
◆ _mag_z_accum
int16_t AP_Compass_HMC5843::_mag_z_accum |
|
private |
◆ _rotation
enum Rotation AP_Compass_HMC5843::_rotation |
|
private |
◆ _scaling
float AP_Compass_HMC5843::_scaling[3] |
|
private |
◆ name
constexpr const char* AP_Compass_HMC5843::name = "HMC5843" |
|
static |
The documentation for this class was generated from the following file: