ardupilot/libraries/AP_Compass
DrZiplok 5faadf4cd1 use memset rather than explicit assignments to zero to zero an array, this saves code space.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1340 f9c3cf11-9bcb-44bc-f272-b75c42450872
2010-12-28 23:32:37 +00:00
..
examples/AP_Compass_test AP_Compass - small change to include file used in example. 2010-12-18 04:48:52 +00:00
AP_Compass.h Updated compass library. 2010-12-02 05:13:12 +00:00
AP_Compass_HIL.cpp use memset rather than explicit assignments to zero to zero an array, this saves code space. 2010-12-28 23:32:37 +00:00
AP_Compass_HIL.h needs some help 2010-12-02 05:54:02 +00:00
AP_Compass_HMC5843.cpp Fixed issues with AP_Compass 2010-12-02 06:23:56 +00:00
AP_Compass_HMC5843.h needs some help 2010-12-02 05:54:02 +00:00
Compass.h Pure virtual classes should declare pure virtual member functions as 0, rather than having the linker go looking for implementations elesewhere. This lets the compiler generate better error messages when a subclass fails to implement one or more required functions. 2010-12-28 23:31:58 +00:00
keywords.txt AP_Compass - changed include for AP_Math to use relative path (it was erroring for me at least when compiling ArduCopterNG with AP_Compass) 2010-12-12 14:02:21 +00:00