ardupilot/libraries/DataFlash
Andrew Tridgell 3126dea51d DataFlash: log critical messages while disarmed
this logs critical messages while disarmed if we have logged any
messages while armed. This fixes issue #7010 where log files show the
incorrect mode if the log includes any portions where the user
disarmed. It makes analysing users logs very difficult. It also
affects parameters, so we don't always know the true parameter values
in logs from users.
2017-10-29 19:52:02 +11:00
..
examples DataFlash: examples: move starting of new logs into DataFlash 2017-07-19 16:37:28 +01:00
DataFlash_Backend.cpp DataFlash: log critical messages while disarmed 2017-10-29 19:52:02 +11:00
DataFlash_Backend.h DataFlash: log critical messages while disarmed 2017-10-29 19:52:02 +11:00
DataFlash_File.cpp DataFlash: move log-write-started logic to be backend-specific 2017-07-19 16:37:28 +01:00
DataFlash_File.h DataFlash: move log-write-started logic to be backend-specific 2017-07-19 16:37:28 +01:00
DataFlash_MAVLink.cpp DataFlash: move some code from WritesOK into a new ShouldLog method 2017-07-19 16:37:21 +01:00
DataFlash_MAVLink.h DataFlash: move starting of new logs into DataFlash 2017-07-19 16:37:16 +01:00
DataFlash_MAVLinkLogTransfer.cpp DataFlash: do not send in-progress messages back to streaming GCSs 2017-07-20 14:57:54 +01:00
DataFlash.cpp DataFlash: add PrepForArming method 2017-07-19 16:37:28 +01:00
DataFlash.h DataFlash: move proximity log from Copter (NFC) 2017-07-24 13:44:43 +01:00
DFMessageWriter.cpp DataFlash: fix to suppressing comment for case fall through 2016-12-14 13:25:15 +09:00
DFMessageWriter.h DataFlash: fixed typo 2016-07-01 15:35:45 +10:00
LogFile.cpp DataFlash: simplify Log_Write_Proximity 2017-07-24 13:44:43 +01:00
LogStructure.h DataFlash: move proximity log from Copter (NFC) 2017-07-24 13:44:43 +01:00