ardupilot/libraries/Filter
Gustavo Jose de Sousa a1af0c2051 Filter: 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:38:24 +10:00
..
examples Filter: standardize inclusion of libaries headers 2015-08-11 16:38:24 +10:00
AverageFilter.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
Butter.h Filter: standardize inclusion of libaries headers 2015-08-11 16:38:24 +10:00
DerivativeFilter.cpp Filter: standardize inclusion of libaries headers 2015-08-11 16:38:24 +10:00
DerivativeFilter.h DerivativeFilter: update and slope non-virtual 2014-02-10 20:47:02 +09:00
Filter.h Filter: added 2nd-order butterworth filters. 2013-01-14 19:18:47 -08:00
FilterClass.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
FilterWithBuffer.h FilterWithBuffer: make get_sample non-virtual 2014-02-10 20:47:00 +09:00
LowPassFilter.h Filter: standardize inclusion of libaries headers 2015-08-11 16:38:24 +10:00
LowPassFilter2p.cpp Filter: standardize inclusion of libaries headers 2015-08-11 16:38:24 +10:00
LowPassFilter2p.h Filter: prevent copying the filter parms on apply 2015-03-12 12:50:30 +11:00
ModeFilter.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
keywords.txt Filter - added AverageFilter, removed SumFilter 2012-02-28 21:01:11 +09:00