ardupilot/libraries/AP_Common/examples/AP_Var
DrZiplok@gmail.com d53844c52d Implement a pure data serialisation load/save model for AP_Var.
The format is a simple TLV format; a tag identifying the variable, a length for the variable, and then the actual data.  This format could ultimately be extended to include waypoint/commands as well.

This allows us to load and save groups of variables to EEPROM without having to have a static EEPROM map.

Still needs unit tests and (probably) bugfixing.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1522 f9c3cf11-9bcb-44bc-f272-b75c42450872
2011-01-22 08:37:52 +00:00
..
AP_Var.pde Implement a pure data serialisation load/save model for AP_Var. 2011-01-22 08:37:52 +00:00
Makefile Following discussions with James, a complete rewrite of AP_Var. 2011-01-02 22:14:36 +00:00