ardupilot/libraries/DataFlash
Andrew Tridgell 777b4c8cfe DataFlash: avoid stat of current log file
this avoids getting invalid data base for stat() for the current log
file.

It also only gives up writing to a log file if writes fail for 2
seconds. This avoids a temporary write failure causing the log to be
closed (that can happen on ChibiOS with directory listing while writing)
2018-06-14 14:55:41 +10:00
..
examples DataFlash: remove vestiges of CLI functions 2018-04-10 10:27:08 +09:00
DataFlash_Backend.cpp DataFlash: use const char * rather than fixed array lengths in LogStructure 2018-05-23 17:35:17 +10:00
DataFlash_Backend.h DataFlash: remove vestiges of CLI functions 2018-04-10 10:27:08 +09:00
DataFlash_File_sd.cpp HAL_F4Light: abort logging in case of filesystem errors 2018-05-16 18:55:29 +10:00
DataFlash_File_sd.h DataFlash: remove vestiges of CLI functions 2018-04-10 10:27:08 +09:00
DataFlash_File.cpp DataFlash: avoid stat of current log file 2018-06-14 14:55:41 +10:00
DataFlash_File.h DataFlash: avoid stat of current log file 2018-06-14 14:55:41 +10:00
DataFlash_MAVLink.cpp DataFlash: Remove redundant state from MAVLink backend 2018-05-08 11:48:09 +10:00
DataFlash_MAVLink.h DataFlash: Remove redundant state from MAVLink backend 2018-05-08 11:48:09 +10:00
DataFlash_MAVLinkLogTransfer.cpp DataFlash: handle log sending as part of periodic function 2018-03-26 09:22:47 +09:00
DataFlash_Revo.cpp DataFlash: fix HAL_F4light compilation errors 2018-04-30 08:32:58 +10:00
DataFlash_Revo.h DataFlash: fix HAL_F4light compilation errors 2018-04-30 08:32:58 +10:00
DataFlash.cpp DataFlash: replace /* fall through */ with FALLTHROUGH; 2018-05-25 08:41:07 +09:00
DataFlash.h DataFlash: parameterise dataflash-over-mavlink cachesize 2018-05-08 09:36:01 +10:00
DFMessageWriter.cpp DataFlash: add missing FALLTHROUGH declarations 2018-01-11 13:23:06 +09:00
DFMessageWriter.h DataFlash: support for units on fields 2017-11-23 10:40:30 +11:00
LogFile.cpp DataFlash: correct labels for NKT1 and NKT2 messages 2018-05-23 19:12:15 +09:00
LogStructure.h DataFlash: use const char * rather than fixed array lengths in LogStructure 2018-05-23 17:35:17 +10:00