ardupilot/libraries/AC_PrecLand
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
..
AC_PrecLand.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_PrecLand.h AC_PrecLand: update comments to reflect change from bf_angle to angle 2015-10-26 09:45:05 +09:00
AC_PrecLand_Backend.h AC_PrecLand: fix backend compile error 2015-11-12 14:42:44 +09:00
AC_PrecLand_Companion.cpp AC_PrecLand: init members to resolve compile warning 2015-11-12 14:43:38 +09:00
AC_PrecLand_Companion.h AC_PrecLand: update comments to reflect change from bf_angle to angle 2015-10-26 09:45:05 +09:00
AC_PrecLand_IRLock.cpp AC_PrecLand: remove const from get_angle_to_target 2015-09-11 20:56:07 +09:00
AC_PrecLand_IRLock.h AC_PrecLand: implement frame of reference 2015-10-26 09:45:03 +09:00