31 Commits (119948f2637cab6c7aa154ca107a36e3ee3154e5)

Author SHA1 Message Date
Andrew Tridgell e873ff1e5f AP_Param: copter with vectors when sending parameters 9 years ago
Peter Barker 5f9b1c5f4e AP_Param: provide facility to notify GCS of param set 9 years ago
Lucas De Marchi 65e719ccc3 AP_Param: replace find_P() with find() 9 years ago
Jonathan Challinger 39246c13ad AP_Param: add set_default, configured 9 years ago
Grant Morphett ab35ac41a5 AP_Param: Add parameter to print out all the keys/indexes 10 years ago
Gustavo Jose de Sousa 159c5b8b44 AP_Param: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 269f1fd99a AP_Param: replaced set_param_by_name with set_float 10 years ago
tcr3dr 41e4c2720d AP_Param: Explicitly casts AP_CLASSTYPE parameter. 10 years ago
Andrew Tridgell fb97c16a84 AP_Param: make data pointer const 10 years ago
Tom Pittenger 440438fdda AP_Param: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Andrew Tridgell 5a755c0400 AP_Param: allow a HAL_PARAM_DEFAULTS_PATH to override defaults 10 years ago
Andrew Tridgell 5ca38e3d75 AP_Param: added set_param_by_name() 10 years ago
Andrew Tridgell ec17c5806e AP_Param: check parameter tables for bad suffix lengths 10 years ago
Andrew Tridgell f133f45c3c AP_Param: convert to using StorageManager 11 years ago
Andrew Tridgell 3474da6c97 AP_Param: added a method for example programs to set parameters in objects 11 years ago
Andrew Tridgell 688f61c087 AP_Param: expose check_var_info() as a public symbol 11 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 26b7de668a AP_Param: fixed parameter save bug 12 years ago
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