ardupilot/Tools/Replay
Gustavo Jose de Sousa 84b5555a1a Tools: standardize inclusion of libaries headers
This commit changes the way libraries headers are included in source files:

 - If the header is in the same directory the source belongs to, so the
 notation '#include ""' is used with the path relative to the directory
 containing the source.

 - If the header is outside the directory containing the source, then we use
 the notation '#include <>' with the path relative to libraries folder.

Some of the advantages of such approach:

 - Only one search path for libraries headers.

 - OSs like Windows may have a better lookup time.
2015-08-11 16:28:41 +10:00
..
CheckLogs.py Replay: automatically find message types, and improve rate detection 2015-07-04 15:14:14 +10:00
DataFlashFileReader.cpp Replay: don't write out duplicate FMT messages 2015-07-04 22:43:54 +10:00
DataFlashFileReader.h Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
LR_MsgHandler.cpp Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
LR_MsgHandler.h Replay: fixed build 2015-06-29 15:59:53 +10:00
LogReader.cpp Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
LogReader.h Replay: save CHEK messages when not being generated 2015-07-09 10:20:45 +10:00
Makefile Replay: enable array bounds checking in Replay 2015-01-09 11:05:21 +11:00
MsgHandler.cpp Replay: fix double-free in MsgHandler 2015-07-10 18:56:20 +10:00
MsgHandler.h Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
Parameters.h Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
Replay.cpp Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
VehicleType.h Replay: use the message's name rather than number to determine which message handler to use for a message 2015-04-28 21:10:16 +10:00
make.inc Replay: converted to .cpp files 2015-06-01 16:15:08 +10:00
plotit.sh Replay: moved replay tool into Tools/Replay 2014-03-01 14:30:55 +11:00