ardupilot/libraries/AP_HAL/utility
Gustavo Jose de Sousa 0456eccca8 AP_HAL: 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:43 +10:00
..
BetterStream.h AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Print.cpp AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Print.h AP_HAL: require a buffer write() function in all ports 2013-10-03 12:21:07 +10:00
RingBuffer.h AP_HAL: create a common utility/RingBuffer.h header 2015-01-07 08:41:14 +11:00
Socket.cpp AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Socket.h AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Stream.h
ftoa_engine.cpp AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
ftoa_engine.h AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
functor.h AP_HAL: Add Functor implementation 2015-05-26 13:46:49 +10:00
getopt_cpp.cpp AP_HAL: fixed build warnings 2015-05-30 22:51:09 +10:00
getopt_cpp.h AP_HAL: added getopt_cpp class 2015-05-05 09:45:58 +10:00
print_vprintf.cpp AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
print_vprintf.h AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
utoa_invert.cpp AP_HAL: support %lld and %llu in internal printf 2015-05-27 11:54:17 +10:00
xtoa_fast.h AP_HAL: support %lld and %llu in internal printf 2015-05-27 11:54:17 +10:00