ardupilot/libraries/AP_HAL_AVR_SITL
Andrew Tridgell 7404fc9d40 SITL: added SIM_BARO_DISABLE parameter
useful for testing baro failure
2014-04-11 16:47:40 +10:00
..
AP_HAL_AVR_SITL.h AP_HAL: added HAL_CPU_CLASS define for selecting algorithms 2013-12-31 10:28:37 +11:00
AP_HAL_AVR_SITL_Main.h AP_HAL_AVR_SITL: main calls system_initialized 2013-01-10 14:37:22 -08:00
AP_HAL_AVR_SITL_Namespace.h AVR_SITL: removed Console driver 2013-10-05 18:32:23 +10:00
AP_HAL_AVR_SITL_Private.h AP_HAL_AVR_SITL: separate header for AP_HAL_MAIN and Private 2012-12-20 14:52:30 +11:00
AnalogIn.cpp SITL: moved airspeed pin to pin 1 2013-11-28 21:44:05 +11:00
AnalogIn.h AP_HAL: added board_voltage AnalogIn method 2014-02-14 21:25:38 +11:00
HAL_AVR_SITL_Class.cpp HAL_SITL: support a 2nd GPS 2014-02-26 08:19:47 +11:00
HAL_AVR_SITL_Class.h SITL: filled in more of the HAL SITL backend 2012-12-20 14:52:29 +11:00
RCInput.cpp AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels() 2014-03-25 14:39:41 +11:00
RCInput.h AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels() 2014-03-25 14:39:41 +11:00
RCOutput.cpp AP_HAL: removed unused enable_mask and disable_mask functions 2014-01-16 17:16:17 +11:00
RCOutput.h AP_HAL: removed unused enable_mask and disable_mask functions 2014-01-16 17:16:17 +11:00
SITL_State.cpp SITL: support -P option 2014-04-11 12:28:32 +10:00
SITL_State.h SITL: support -P option 2014-04-11 12:28:32 +10:00
Scheduler.cpp HAL_AVR_SITL: updates for AP_HAL::MemberProc 2013-09-30 20:56:15 +10:00
Scheduler.h HAL_AVR_SITL: updates for AP_HAL::MemberProc 2013-09-30 20:56:15 +10:00
Storage.cpp AP_HAL: make storage->write_block() take a const pointer 2013-06-04 14:02:13 +10:00
Storage.h AP_HAL: make storage->write_block() take a const pointer 2013-06-04 14:02:13 +10:00
UARTDriver.cpp HAL_SITL: support a 2nd GPS 2014-02-26 08:19:47 +11:00
UARTDriver.h HAL_SITL: implement a dummy buffered write 2013-10-03 12:21:07 +10:00
Util.h AP_HAL_AVR_SITL: convert to new AP_HAL printf 2013-09-21 13:29:12 +10:00
sitl_barometer.cpp SITL: added SIM_BARO_DISABLE parameter 2014-04-11 16:47:40 +10:00
sitl_compass.cpp SITL: update for compass API change 2013-12-09 17:34:07 +11:00
sitl_gps.cpp AP_HAL_AVR_SITL: Adding Swift Binary Protocol stand-alone simulator 2014-04-05 13:42:23 +11:00
sitl_ins.cpp SITL: simulate dual accel/gyro 2014-02-28 17:30:38 +11:00