mirror of https://github.com/ArduPilot/ardupilot
d2c1df40e0
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. |
||
---|---|---|
.. | ||
examples/DataFlash_test | ||
DataFlash.cpp | ||
DataFlash.h | ||
DataFlash_APM1.cpp | ||
DataFlash_APM1.h | ||
DataFlash_APM2.cpp | ||
DataFlash_APM2.h | ||
DataFlash_Backend.h | ||
DataFlash_Block.cpp | ||
DataFlash_Block.h | ||
DataFlash_Empty.cpp | ||
DataFlash_Empty.h | ||
DataFlash_File.cpp | ||
DataFlash_File.h | ||
DataFlash_SITL.cpp | ||
DataFlash_SITL.h | ||
LogFile.cpp |