ardupilot/libraries/AP_Common
Andrew Tridgell df96832900 AP_Param: fixed a bug with setting nested parameters
This bug meant that setting a parameter in a parent class for a doubly
nested parameter group, where the parameter index in the parent class
is 4 or greater would actually set the first element in that parent
class.

At the moment only one parameter fits these narrow constraints - the
RCn_DZ element of the RC_Channel_aux class. So if someone set RC5_DZ
to 17 in ArduPlane it would actually set RC5_MIN to 17.
2012-11-05 22:08:43 +11:00
..
tools uncrustify libraries/AP_Common/tools/eedump.c 2012-08-21 19:00:51 -07:00
AP_Common.cpp Drop a couple things in here in support of code moving to libraries. 2010-09-11 06:13:28 +00:00
AP_Common.h AP_Menu: create new library with menu from AP_Common 2012-10-18 20:50:16 -07:00
AP_Curve.h AP_Curve: replace Serial.print with Serial.print_P to save 18 bytes of memory 2012-10-22 16:40:57 +09:00
AP_Loop.cpp Massive warning fixes. 2011-05-04 19:12:27 +00:00
AP_Loop.h uncrustify libraries/AP_Common/AP_Loop.h 2012-08-21 19:01:03 -07:00
AP_MetaClass.cpp Formatting and naming changes for conformance with the ArduPilot Coding Conventions. 2011-01-16 09:14:21 +00:00
AP_MetaClass.h uncrustify libraries/AP_Common/AP_MetaClass.h 2012-08-21 19:01:02 -07:00
AP_Param.cpp AP_Param: fixed a bug with setting nested parameters 2012-11-05 22:08:43 +11:00
AP_Param.h AP_Param: fixed a bug with setting nested parameters 2012-11-05 22:08:43 +11:00
AP_Test.h uncrustify libraries/AP_Common/AP_Test.h 2012-08-21 19:19:51 -07:00
AP_Var_menufuncs.cpp hacks to get AP_Param to compile 2012-02-13 16:22:50 +11:00
AP_Vector.h uncrustify libraries/AP_Common/AP_Vector.h 2012-08-21 19:19:51 -07:00
Arduino.mk build: cope with Arduino 1.0 in command line build 2012-04-27 15:38:42 +10:00
c++.cpp uncrustify libraries/AP_Common/c++.cpp 2012-08-21 19:00:51 -07:00
c++.h uncrustify libraries/AP_Common/c++.h 2012-08-21 19:00:52 -07:00
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00