ardupilot/libraries/AP_HAL_SITL
Will Sackfield 0a60d713af AP HAL SITL: Use fully qualified SITL namespace
* using namespace SITL caused ambiguities due to
both SITL and HAL SITL using the same namespace
2016-02-29 14:14:37 +11:00
..
AP_HAL_SITL.h AP_HAL: provide AP_HAL_MAIN() 2015-10-21 09:16:09 +11:00
AP_HAL_SITL_Namespace.h HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
AP_HAL_SITL_Private.h HAL_SITL: added semaphore support 2015-12-21 07:38:30 +11:00
AnalogIn.cpp HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
AnalogIn.h HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
HAL_SITL_Class.cpp AP_HAL_SITL: use empty I2CDevice 2016-02-16 19:49:09 -02:00
HAL_SITL_Class.h AP_HAL_SITL: Remove unused extern declaration for HALs 2015-11-20 16:32:45 +09:00
RCInput.cpp HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
RCInput.h HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
RCOutput.cpp HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
RCOutput.h HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
SITL_State.cpp AP HAL SITL: Use fully qualified SITL namespace 2016-02-29 14:14:37 +11:00
SITL_State.h HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
SITL_cmdline.cpp HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
Scheduler.cpp Global: remove system_initializing() from scheduler 2016-02-12 23:42:34 -02:00
Scheduler.h Global: remove system_initializing() from scheduler 2016-02-12 23:42:34 -02:00
Semaphores.cpp HAL_SITL: added semaphore support 2015-12-21 07:38:30 +11:00
Semaphores.h HAL_SITL: added semaphore support 2015-12-21 07:38:30 +11:00
Storage.cpp HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
Storage.h HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
UARTDriver.cpp AP_HAL_SITL: allow auto-baudrate detection in GPS driver in SITL 2016-02-11 18:46:01 +11:00
UARTDriver.h HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
Util.h HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00
fenv_polyfill.h HAL_SITL: Adds polyfill for feenableexcept on OS X. 2015-07-01 11:32:01 +10:00
sitl_barometer.cpp AP_HAL_SITL: use millis/micros/panic functions 2015-11-20 12:31:20 +09:00
sitl_compass.cpp AP_HAL_SITL: use millis/micros/panic functions 2015-11-20 12:31:20 +09:00
sitl_gps.cpp AP_HAL_SITL: Force the simulated gps time to be on valid intervals for u-blox hardware 2016-02-26 09:57:03 +11:00
sitl_ins.cpp AP_HAL_SITL: use millis/micros/panic functions 2015-11-20 12:31:20 +09:00
sitl_optical_flow.cpp AP_HAL_SITL: use millis/micros/panic functions 2015-11-20 12:31:20 +09:00
system.cpp HAL_SITL: cleanup class names 2016-01-10 17:43:01 +11:00