23 Commits (9184753f177ff0ade1b1af60215906938c81c3e3)

Author SHA1 Message Date
px4dev 2fc1032069 Major formatting/whitespace cleanup 12 years ago
px4dev c3fe915b44 Checkpoint - moving things out of the NuttX configs/*/src directories 12 years ago
px4dev 1e59a592a6 Split the parameter load/save commands out of the 'eeprom' command, since that's not really the obvious place for them. Add parameter printing functionality (though, it's a mess due to %f being busted) 13 years ago
Julian Oes 6b0ed71ae0 Simplified magnetometer calibration routine 13 years ago
Lorenz Meier 5c7f7f5a4c Fixed a & vs && bug 13 years ago
px4dev 97bdb9482a Turn off annoying debug output. 13 years ago
Lorenz Meier c816cca816 fixed a param save bug 13 years ago
px4dev 255b0f68af Let's not get too smart; we can't const these. 13 years ago
px4dev 1a781c6c4a Make the distinction between "parameter import" which merges parameters, and "parameter load" which blows away any current changes. 13 years ago
px4dev f0286d1a10 Distinguish between the end of the top-level BSON object and an error so that parameter loading can complete. 13 years ago
Lorenz Meier 2d2548e714 Final parameter interface cleanup - removed last bit of old cruft, fixed a bug on parameter update notification, cleaned up API slightly in naming 13 years ago
px4dev 30e0354fd8 Add some C++ friendliness. Not enough, but some. 13 years ago
px4dev 44ff4d4ee2 Fix parameter change advertisement to conform to API change. 13 years ago
px4dev 14e60e9b4d Back out a change that snuck in from another branch. 13 years ago
px4dev 503cb0ea03 Add an ORB topic that can be subscribed for notification of changes in the parameter set. 13 years ago
px4dev cc7a9c9b66 Update for the new BSON coders. Not working right yet. 13 years ago
Lorenz Meier 2c8fafd12a Reworked MAVLink parameter interface to support new parameter storage, tested. 13 years ago
Lorenz Meier fd04ab0d44 Fixed / extended comments 13 years ago
px4dev f8efb60b59 Major cleanup of the param code; more layering, more comments. Parameter import. 13 years ago
px4dev d903311dce Add support for setting and exporting parameters. 13 years ago
px4dev d91f5f3dd7 The beginnings of a new parameter system. 13 years ago