13 Commits (e3cd494709a9fd996300f804b2cf196f8808ca44)

Author SHA1 Message Date
Andrew Tridgell ad2f6e1217 AP_Param: add support for converting between old and new parameters 12 years ago
Andrew Tridgell 813e767efb AP_Param: use const refs in a few more places 12 years ago
Andrew Tridgell 01a4fabf9e AP_Param: make things a bit more efficient 12 years ago
Andrew Tridgell 9171d5587d AP_Param: make it easier to show the value of a parameter 12 years ago
Andrew Tridgell fa493a0fb3 AP_Param: added ops needed for ArduCopter build 12 years ago
tobias fbe7daa477 AP_Param: fixed assignment handling and const 12 years ago
Andrew Tridgell 7be1335b3a AP_Param: removed copy_name() and add token to find_by_index() 12 years ago
Andrew Tridgell c8ae665ac3 AP_Param: added copy_name_token() 12 years ago
Andrew Tridgell 4764a03aaa AP_Param: fixed ARM PX4 build 12 years ago
Andrew Tridgell 3a762f891e AP_Param: fixup for ARM compiler 12 years ago
Andrew Tridgell af12c18dea AP_Param: setup var_info and num_vars earlier 12 years ago
Andrew Tridgell 95d4cc2ce9 AP_Param: change method of loading defaults 12 years ago
Pat Hickey c4dbe8c627 AP_Param: move from AP_Common to its own library 12 years ago
Andrew Tridgell b0713ba412 AP_Param: support up to 16 character parameter names 12 years ago
Andrew Tridgell ef919c4e36 AP_Param: fixed a bug with setting nested parameters 12 years ago
Andrew Tridgell e761645e24 AP_Param: added find_by_index() 13 years ago
Pat Hickey 42e24a869f uncrustify libraries/AP_Common/AP_Param.h with fixups by hand 13 years ago
Andrew Tridgell 7f4b7703c1 AP_Param: fixed some build warnings 13 years ago
Andrew Tridgell c298d5130f AP_Param: major update to use default values in var_info table 13 years ago
Andrew Tridgell e1725e9ea5 AP_Param: added some docs on the eeprom header format 13 years ago
Amilcar Lucas 6e9ffb4249 correct small typos in comments 13 years ago
Andrew Tridgell f4329d2680 AP_Param: ensure we can't have duplicate keys in Parameters.h 13 years ago
Pat Hickey eac8b66385 AP_Param: Make nested group recursion disableable by macro 13 years ago
Andrew Tridgell fa443bd928 AP_Param: make the templating code a bit clearer 13 years ago
Andrew Tridgell 2e9105c68a AP_Param: added special handling for Vector3f 13 years ago
Andrew Tridgell 53b87229ff AP_Param: added ParamToken type for variable list traversal 13 years ago
Andrew Tridgell 882cd4ea83 AP_Param: moved AP_Vector3f and AP_Matrix3f declarations to AP_Math.h 13 years ago
Andrew Tridgell 4b15b63d21 AP_Param: fixed copy-assignment operators for AP_Param vectors 13 years ago
Andrew Tridgell 7f3858cb7f AP_Param: added a set_and_save_ifchanged() method 13 years ago
Andrew Tridgell 80a6773b8b AP_Param: added an initialised() method 13 years ago
Andrew Tridgell d55a0c3a71 added AP_Param::show_all() 13 years ago
Andrew Tridgell 9175ebe33a change back to 256 max variables in _var_info[] 13 years ago
Andrew Tridgell f2a6a31645 AP_Param: added group idx, and change packing of header elements 13 years ago
Andrew Tridgell 678a1df3be fixed support for AP_PARAM_SPARE 13 years ago
Andrew Tridgell 95e107ab75 AP_Param: added generic cast_to_float 13 years ago
Andrew Tridgell e8c4ecf9fa added nested group support and validation 13 years ago
Andrew Tridgell 5b842a447f new AP_Param subsystem 13 years ago