ardupilot/libraries/DataFlash
Andrew Tridgell c52ef80f06 DataFlash: added Block layer in classes
this will allow the addition of a DataFlash_File implementation of the
DataFlash API which will store logs in a traditional filesystem. That
will align better with the PX4 design, and be more useful for fast
transfer of logs to a host computer
2013-03-01 07:18:25 +11:00
..
examples/DataFlash_test DataFlash: update test code for new macros 2013-01-13 17:31:42 +11:00
DataFlash_APM1.cpp DataFlash: removed the byte and word based interfaces 2013-03-01 07:18:25 +11:00
DataFlash_APM1.h DataFlash: added Block layer in classes 2013-03-01 07:18:25 +11:00
DataFlash_APM2.cpp DataFlash: removed the byte and word based interfaces 2013-03-01 07:18:25 +11:00
DataFlash_APM2.h DataFlash: added Block layer in classes 2013-03-01 07:18:25 +11:00
DataFlash_Block.cpp DataFlash: added Block layer in classes 2013-03-01 07:18:25 +11:00
DataFlash_Block.h DataFlash: added Block layer in classes 2013-03-01 07:18:25 +11:00
DataFlash_Empty.cpp DataFlash Empty: conform to blockread/write virtual if 2013-01-12 10:44:05 -08:00
DataFlash_Empty.h DataFlash: added Block layer in classes 2013-03-01 07:18:25 +11:00
DataFlash_SITL.cpp DataFlash: update SITL implementaion for new API 2013-01-13 17:31:43 +11:00
DataFlash_SITL.h DataFlash: added Block layer in classes 2013-03-01 07:18:25 +11:00
DataFlash.h DataFlash: added Block layer in classes 2013-03-01 07:18:25 +11:00
LogFile.cpp DataFlash: added Block layer in classes 2013-03-01 07:18:25 +11:00