ardupilot/libraries/AP_HAL_SITL
Lucas De Marchi f6d475c1e6 AP_HAL_SITL: add O_CLOEXEC in places missing it
By opening with O_CLOEXEC we make sure we don't leak the file descriptor
when we are exec'ing or calling out subprograms. Right now we currently
don't do it so there's no harm, but it's good practice in Linux to have
it.
2016-11-07 12:37:30 -03:00
..
AnalogIn.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AnalogIn.h
AP_HAL_SITL_Namespace.h HAL_SITL: added GPIO simulation 2016-07-22 15:01:20 +10:00
AP_HAL_SITL_Private.h
AP_HAL_SITL.h
GPIO.cpp HAL_SITL: notify GCS on GPIO changes 2016-07-22 15:01:21 +10:00
GPIO.h HAL_SITL: added GPIO simulation 2016-07-22 15:01:20 +10:00
HAL_SITL_Class.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
HAL_SITL_Class.h
RCInput.cpp HAL_SITL: support simulator RC input 2016-05-04 12:51:28 +10:00
RCInput.h
RCOutput.cpp HAL_SITL: implement cork() on RCOutput 2016-10-13 10:00:04 +11:00
RCOutput.h HAL_SITL: implement cork() on RCOutput 2016-10-13 10:00:04 +11:00
Scheduler.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
Scheduler.h
Semaphores.cpp
Semaphores.h Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
sitl_barometer.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
SITL_cmdline.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
sitl_compass.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
sitl_gps.cpp AP_HAL_SITL: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
sitl_ins.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
sitl_optical_flow.cpp AP_HAL_SITL: simulate optical flow sensor body frame position offset 2016-10-27 14:54:44 +11:00
SITL_State.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
SITL_State.h HAL_SITL: removed old servo slew rate code 2016-10-25 20:39:38 +11:00
Storage.cpp AP_HAL_SITL: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
Storage.h
system.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
UARTDriver.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
UARTDriver.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
Util.h