aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/test_dataman.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix code style on system testsLorenz Meier2015-03-281-7/+31
|
* Optimize and update data manager docsJean Cyr2014-02-021-4/+4
| | | | | | | Move repeated code to common function Update missing and misleading comments Fix data manager test compile errors No functional changes
* Datamanager: Rename mavlink/offboard keyJulian Oes2013-12-161-4/+4
|
* Dataman: Some minor fixesJulian Oes2013-12-031-10/+13
|
* Add data manager module and fence support to navigatorJean Cyr2013-11-031-0/+179
- Add function to geo.c to determine if global position is inside fence - Add navigator support/commands for maintaining fence coords. - Add data manager module to support persistence fence storage. Can store other data, but only used for fence at this time. - Add unit tests for data manager