ardupilot/Tools/Replay
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase
The problem with using min() and max() is that they conflict with some
C++ headers. Name the macros in uppercase instead. We may go case by
case later converting them to be typesafe.

Changes generated with:

	git ls-files '*.cpp' '*.h' -z | xargs -0 sed -i 's/\([^_[:alnum:]]\)max(/\1MAX(/g'
	git ls-files '*.cpp' '*.h' -z | xargs -0 sed -i 's/\([^_[:alnum:]]\)min(/\1MIN(/g'
2015-12-01 16:28:09 -02: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 Replay: use millis/micros/panic functions 2015-11-20 12:26:55 +09:00
LR_MsgHandler.h Replay: fixed build 2015-06-29 15:59:53 +10:00
LogReader.cpp Replay: handle EKF2 replay 2015-09-23 18:56:15 +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 Replay: fixed build with NavEKF2 2015-09-23 11:57:18 +10:00
Replay.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02: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 build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
plotit.sh Replay: moved replay tool into Tools/Replay 2014-03-01 14:30:55 +11:00