Ardupilot2/Tools/Replay
Lucas De Marchi 8cec2c188f Tools: add O_CLOEXEC in places missing it
By opening with O_CLOEXEC we make sure we don't leak the file descriptor
when we are exec'ing or calling out subprograms. Right now we currently
don't do it so there's no harm, but it's good practice in Linux to have
it.
2016-11-07 12:37:30 -03:00
..
CheckLogs.py Replay: automatically find message types, and improve rate detection 2015-07-04 15:14:14 +10:00
DataFlashFileReader.cpp Tools: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
DataFlashFileReader.h Tools: replace header guard with pragma once 2016-03-16 18:40:45 +11:00
LogReader.cpp Replay: print message when gap perceived in log 2016-06-07 14:00:14 +10:00
LogReader.h Replay: added --param-file option 2016-05-25 20:46:18 +10:00
LR_MsgHandler.cpp Replay: print message when gap perceived in log 2016-06-07 14:00:14 +10:00
LR_MsgHandler.h Replay: print message when gap perceived in log 2016-06-07 14:00:14 +10:00
make.inc Replay: fix replay build 2015-12-29 10:46:35 -08:00
Makefile Replay: add clean target for CI 2016-08-29 10:27:36 -03:00
MsgHandler.cpp Replay: cope with GPS ground couse in degrees 2016-05-07 18:27:21 +10:00
MsgHandler.h Replay: fix build error due to missing noreturn 2016-05-10 16:15:41 -03:00
Parameters.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
plotit.sh Replay: moved replay tool into Tools/Replay 2014-03-01 14:30:55 +11:00
Replay.cpp Replay: remove infinite loop from loop() method 2016-11-02 16:28:20 -02:00
Replay.h Replay: remove infinite loop from loop() method 2016-11-02 16:28:20 -02:00
VehicleType.h Tools: replace header guard with pragma once 2016-03-16 18:40:45 +11:00
wscript waf: use ap_library tool 2016-08-24 10:46:23 -03:00