35 Commits (f77ffd30f6343c8d527f3cf0a6134e33e48ce961)

Author SHA1 Message Date
Andrew Tridgell 8454246fae AP_Param: make it safe to change the type of a parameter 10 years ago
Andrew Tridgell 88fb7ddff8 AP_Param: fixed PSTR() usage 10 years ago
Andrew Tridgell bcc6c7d380 AP_Param: revert AP_Math class change 10 years ago
Tom Pittenger bfd1b2b11a AP_Param: compile warnings: format not a string literal, argument types not checked 10 years ago
Tom Pittenger b9771ca37c AP_Param: compile warnings: float to double. print statements require doubles 10 years ago
Tom Pittenger 440438fdda AP_Param: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Tom Pittenger 66ddfdeae6 AP_Param: fix compile warnings re float constants 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 fb5e53e1e4 AP_Param: cope with older gcc versions 10 years ago
Andrew Tridgell 9ae0dd05f8 AP_Param: avoid build warning due to %S format 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
Mike McCauley 2e061fc507 AP_Param: Fix compiler warning on Flymaple 12 years ago
Andrew Tridgell 16a7faa223 AP_Param: use %f not %.6f for param show 12 years ago
Randy Mackay 3f84e0adf6 AP_Param: explicitly print floats to 6 dec places 12 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 7fa1fe8590 AP_Param: use 0xFFFF not __UINT16_MAX__ 12 years ago
Tobias 4a75351bd3 AP_Param: fixed a compiler warning with -Wsign-conversion 12 years ago
Tobias 27a5c28851 AP_Param: fixed some compiler warnings 12 years ago
Andrew Tridgell f44f7308e8 AP_Param: we don't need to avoid writes in AP_Param now 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 9171d5587d AP_Param: make it easier to show the value of a parameter 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 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 3a762f891e AP_Param: fixup for ARM compiler 12 years ago
Andrew Tridgell ceb3f577d8 libraries: use new math functions 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 ec53515648 AP_Param: eeprom translated to use AP_HAL. No unit tests available! 12 years ago
Pat Hickey f2b21ecc41 AP_Param: Port to work with AP_HAL class instead of FastSerial 12 years ago
Pat Hickey c4dbe8c627 AP_Param: move from AP_Common to its own library 12 years ago
Andrew Tridgell 3c88b0d204 AP_Param: fixed Vector3f elements with 16 character 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
uncrustify 09c4f76b57 uncrustify libraries/AP_Common/AP_Param.cpp 13 years ago
Andrew Tridgell 7f4b7703c1 AP_Param: fixed some build warnings 13 years ago
Andrew Tridgell e6e25525bc AP_Param: avoid saving values within 0.01% of the default value 13 years ago
Andrew Tridgell c298d5130f AP_Param: major update to use default values in var_info table 13 years ago
Andrew Tridgell f4329d2680 AP_Param: ensure we can't have duplicate keys in Parameters.h 13 years ago
Pat Hickey 337af0c7a2 AP_Param: nested group recursion into next_group disableable by macro 13 years ago
Pat Hickey 2648694489 AP_Param: One more nexted group recursion disableable by macro 13 years ago
Pat Hickey eac8b66385 AP_Param: Make nested group recursion disableable by macro 13 years ago
Andrew Tridgell a432232db9 AP_Param: fixed v.load() on a sub-element of a AP_Vector3f 13 years ago
Andrew Tridgell 87a6d97f7b AP_Param: fixed setting of CAM_P_G in ArduCopter 13 years ago
Andrew Tridgell f10097a6d5 AP_Param: added some comments on AP_Vector3f handling 13 years ago
Andrew Tridgell 2e9105c68a AP_Param: added special handling for Vector3f 13 years ago