aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/param/param.h
Commit message (Expand)AuthorAgeFilesLines
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-336/+0
* Minor cleanup of param load / storeLorenz Meier2012-11-151-1/+1
* Remove the arbitrary limit on the path to the default parameter file. Add a ...px4dev2012-10-311-7/+22
* New param interface for microSD and EEPROMLorenz Meier2012-10-311-0/+19
* Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-091-1/+16
* Let's not get too smart; we can't const these.px4dev2012-08-281-7/+7
* Make the distinction between "parameter import" which merges parameters, and ...px4dev2012-08-281-2/+32
* Add some C++ friendliness. Not enough, but some.px4dev2012-08-251-9/+18
* Back out a change that snuck in from another branch.px4dev2012-08-201-2/+27
* Add an ORB topic that can be subscribed for notification of changes in the pa...px4dev2012-08-201-27/+2
* Reworked MAVLink parameter interface to support new parameter storage, tested.Lorenz Meier2012-08-201-0/+8
* Merge branch 'px4dev_new_param' of github.com:PX4/Firmware into px4dev_new_paramLorenz Meier2012-08-201-27/+80
|\
| * Major cleanup of the param code; more layering, more comments. Parameter imp...px4dev2012-08-191-27/+80
* | Fixed / extended commentsLorenz Meier2012-08-201-2/+4
|/
* Add support for setting and exporting parameters.px4dev2012-08-191-12/+57
* The beginnings of a new parameter system.px4dev2012-08-191-0/+140