ardupilot/libraries/DataFlash
Murilo Belluzzo a91da2e803 DataFlash: Change ::bufferspace_available return type
from 'uint16_t' to 'uint32_t' to avoid overflow (possible in at least
two implementations: Block and File).
2016-10-27 14:24:11 +11:00
..
examples Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
DFMessageWriter.cpp Global: use ap_version.h 2016-05-06 13:11:28 -03:00
DFMessageWriter.h DataFlash: fixed typo 2016-07-01 15:35:45 +10:00
DataFlash.cpp DataFlash: support for mavlink SENSOR message 2016-08-11 17:48:44 -03:00
DataFlash.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
DataFlash_Backend.cpp DataFlash: avoid time going backwards in logs 2016-09-13 13:32:06 +09:00
DataFlash_Backend.h DataFlash: Change ::bufferspace_available return type 2016-10-27 14:24:11 +11:00
DataFlash_Block.cpp DataFlash: Change ::bufferspace_available return type 2016-10-27 14:24:11 +11:00
DataFlash_Block.h DataFlash: Change ::bufferspace_available return type 2016-10-27 14:24:11 +11:00
DataFlash_File.cpp DataFlash: Change ::bufferspace_available return type 2016-10-27 14:24:11 +11:00
DataFlash_File.h DataFlash: Change ::bufferspace_available return type 2016-10-27 14:24:11 +11:00
DataFlash_MAVLink.cpp DataFlash: Change ::bufferspace_available return type 2016-10-27 14:24:11 +11:00
DataFlash_MAVLink.h DataFlash: Change ::bufferspace_available return type 2016-10-27 14:24:11 +11:00
DataFlash_SITL.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
DataFlash_SITL.h DataFlash: remove unused semaphore variables 2016-10-24 08:57:56 -02:00
LogFile.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
LogStructure.h DataFlash: fix RCIN and RCOU structure types 2016-10-26 10:10:19 +09:00