ardupilot/libraries/APM_Control
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
..
APM_Control.h APM_Control: added a ground vehicle steering controller 2013-09-09 18:04:40 +10:00
AP_AutoTune.cpp APM_Control: use millis/micros/panic functions 2015-11-20 12:28:20 +09:00
AP_AutoTune.h Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
AP_PitchController.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_PitchController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_RollController.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_RollController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_SteerController.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_SteerController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_YawController.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_YawController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
TuningGuide.txt APM_control: Modified gain definitions for roll and pitch controllers so PID gains behave like previous servo PIDS 2013-05-31 07:58:20 +10:00