ardupilot/libraries/AP_Compass
Lucas De Marchi d92c2ac9f5 AP_Compass: pass backend instead of pointer to function
Just like was done for inertial sensor, different detect() functions
might need different arguments and passing a pointer to function here is
cumbersome. For example, it forces to have a method like "detect_i2c2"
rather than allowing hal.i2c2 to be passed as parameter.
2015-08-28 12:39:08 +10:00
..
examples/AP_Compass_test AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_AK8963.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-18 17:12:51 +10:00
AP_Compass_AK8963.h AP_Compass: standardize inclusion of libaries headers 2015-08-18 17:12:51 +10:00
AP_Compass_Backend.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_Backend.h AP_Compass: use state array for compass variables 2015-03-13 18:46:15 +11:00
AP_Compass_HIL.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_HIL.h AP_Compass: setup HIL/SITL for two compasses 2015-05-16 07:06:04 +10:00
AP_Compass_HMC5843.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_HMC5843.h AP_Compass: standardize inclusion of libaries headers 2015-08-18 17:12:51 +10:00
AP_Compass_PX4.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_PX4.h AP_Compass: removed two unused functions 2015-03-14 08:52:37 +11:00
AP_Compass.h AP_Compass: use state array for compass variables 2015-03-13 18:46:15 +11:00
Compass_learn.cpp Compass: Improved field rounding in learning 2015-07-06 11:31:58 +10:00
Compass.cpp AP_Compass: pass backend instead of pointer to function 2015-08-28 12:39:08 +10:00
Compass.h AP_Compass: pass backend instead of pointer to function 2015-08-28 12:39:08 +10:00
keywords.txt Compass: fixup line endings 2014-04-15 15:56:57 +09:00