ardupilot/libraries/AP_HAL_SITL
Andrew Tridgell 418367c266 HAL_SITL: allow --home to specify a location from locations.txt
this will make it easy to use a named location in MissionPlanner SITL
2021-01-01 17:30:32 +11:00
..
AP_HAL_SITL.h
AP_HAL_SITL_Namespace.h
AP_HAL_SITL_Private.h
AnalogIn.cpp
AnalogIn.h
CANSocketIface.cpp AP_HAL_SITL: handle uninitialised file descriptor 2020-11-11 19:52:37 +11:00
CANSocketIface.h
DSP.cpp
DSP.h
GPIO.cpp HAL_SITL: add support for AP_Periph SITL build 2020-11-04 19:59:40 +11:00
GPIO.h HAL_SITL: add support for AP_Periph SITL build 2020-11-04 19:59:40 +11:00
HAL_SITL_Class.cpp AP_HAL_SITL: rename system_initialized() and add is_system_initialized() 2020-12-30 18:16:59 +11:00
HAL_SITL_Class.h
I2CDevice.cpp AP_HAL_SITL: add support for multiple i2c buses 2020-12-24 16:05:49 +11:00
I2CDevice.h AP_HAL_SITL: add support for multiple i2c buses 2020-12-24 16:05:49 +11:00
RCInput.cpp AP_HAL_SITL: Support SFML joystick input 2020-11-13 15:38:22 +11:00
RCInput.h HAL_SITL: add support for AP_Periph SITL build 2020-11-04 19:59:40 +11:00
RCOutput.cpp HAL_SITL: add support for AP_Periph SITL build 2020-11-04 19:59:40 +11:00
RCOutput.h HAL_SITL: add support for AP_Periph SITL build 2020-11-04 19:59:40 +11:00
SITL_Periph_State.cpp HAL_SITL: add support for AP_Periph SITL build 2020-11-04 19:59:40 +11:00
SITL_Periph_State.h HAL_SITL: add support for AP_Periph SITL build 2020-11-04 19:59:40 +11:00
SITL_State.cpp AP_HAL_SITL: convert to using hal.serial() instead of hal.uartX 2020-12-15 10:32:46 +11:00
SITL_State.h HAL_SITL: allow --home to specify a location from locations.txt 2021-01-01 17:30:32 +11:00
SITL_cmdline.cpp HAL_SITL: allow --home to specify a location from locations.txt 2021-01-01 17:30:32 +11:00
Scheduler.cpp AP_HAL_SITL: rename system_initialized() and add is_system_initialized() 2020-12-30 18:16:59 +11:00
Scheduler.h AP_HAL_SITL: rename system_initialized() and add is_system_initialized() 2020-12-30 18:16:59 +11:00
Semaphores.cpp AP_HAL_SITL: only disown a sempahore once we're done with it 2020-11-12 21:19:55 +11:00
Semaphores.h AP_HAL_SITL: only disown a sempahore once we're done with it 2020-11-12 21:19:55 +11:00
Storage.cpp AP_HAL_SITL: use a separate eeprom.bin for SITL build 2020-11-30 18:50:24 +11:00
Storage.h AP_HAL_SITL: use a separate eeprom.bin for SITL build 2020-11-30 18:50:24 +11:00
Synth.hpp
ToneAlarm_SF.cpp
ToneAlarm_SF.h
UARTDriver.cpp HAL_SITL: fixed baudrate 0 set in SITL 2020-12-15 11:36:16 +11:00
UARTDriver.h
UART_utils.cpp
Util.cpp HAL_SITL: fixed AP_Periph sitl build 2020-11-10 16:15:45 +11:00
Util.h HAL_SITL: support command line args for replay 2020-11-10 16:15:45 +11:00
sitl_airspeed.cpp AP_HAL_SITL: stash pressure in sitl_fdm structure 2020-12-22 23:07:24 +11:00
sitl_gps.cpp HAL_SITL: fixed warning building with gcc 9.x 2020-11-18 17:14:43 +11:00
sitl_rangefinder.cpp HAL_SITL: add support for AP_Periph SITL build 2020-11-04 19:59:40 +11:00
system.cpp