ardupilot/libraries/SITL
Gustavo Jose de Sousa 12d9f2b765 SITL: 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-19 20:43:25 +09:00
..
SIM_Aircraft.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Aircraft.h SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Balloon.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Balloon.h SITL: added simple balloon simulator 2015-06-15 09:20:55 +10:00
SIM_CRRCSim.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_CRRCSim.h SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Gazebo.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Gazebo.h SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Gimbal.cpp SITL: fixed gimbal build on PX4 2015-05-25 12:39:40 +10:00
SIM_Gimbal.h SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Helicopter.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Helicopter.h SITL: started to use C++11 variable initialisation 2015-06-01 08:04:51 +10:00
SIM_JSBSim.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_JSBSim.h SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Multicopter.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Multicopter.h SITL: reformat SITL code with astyle 2015-05-05 11:49:54 +10:00
SIM_Rover.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_Rover.h SITL: reformat SITL code with astyle 2015-05-05 11:49:54 +10:00
SIM_Tracker.cpp SITL: fixed yaw wrap in simulated AntennaTracker 2015-06-01 14:08:45 +10:00
SIM_Tracker.h SITL: fixed yaw wrap in simulated AntennaTracker 2015-06-01 14:08:45 +10:00
SIM_last_letter.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SIM_last_letter.h SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SITL.cpp SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00
SITL.h SITL: standardize inclusion of libaries headers 2015-08-19 20:43:25 +09:00