ardupilot/libraries
Lucas De Marchi cb9c626577 AP_ADSB: fix getting a copy rather than a reference
These have been caught by making constructors private and enforcing
calling a create() method to create objects are supposed to be
statically allocated only.

The Vector3f reference was just nearby and was a change copied from
similar PR from Peter Barker (#6873).
2017-09-01 13:45:22 -07:00
..
AC_AttitudeControl
AC_Avoidance
AC_Fence
AC_InputManager AC_InputManager: remove MAIN_LOOP_RATE in favour of parameter value 2017-08-29 08:41:07 +09:00
AC_PID
AC_PrecLand
AC_Sprayer
AC_WPNav AC_WPNav: correct comments 2017-08-17 16:05:08 +09:00
AP_AccelCal
AP_ADC
AP_ADSB AP_ADSB: fix getting a copy rather than a reference 2017-09-01 13:45:22 -07:00
AP_AdvancedFailsafe
AP_AHRS AP_AHRS: fix get_relative_position_NE_home calcalation 2017-08-19 10:23:24 +09:00
AP_Airspeed AP_Airspeed: use FALLTHROUGH define 2017-08-22 23:59:13 -07:00
AP_Arming AP_Arming: Add bool check_min_max parameter for Copter/Sub RC checks 2017-08-16 11:37:46 -04:00
AP_Avoidance
AP_Baro AP_Baro: fixup Keller LD comments 2017-08-29 12:30:32 -04:00
AP_BattMonitor
AP_Beacon
AP_BoardConfig
AP_Buffer
AP_Button
AP_Camera
AP_Common AP_FWVersion: add structure to hold firmware version 2017-08-30 15:54:46 +01:00
AP_Compass
AP_Declination
AP_FlashStorage
AP_Frsky_Telem
AP_GPS AP_GPS: remove tabs and fix coding style 2017-08-22 23:59:13 -07:00
AP_Gripper
AP_HAL AP_HAL: change aerofc baud to 921600 2017-09-01 07:55:47 -07:00
AP_HAL_AVR
AP_HAL_Empty
AP_HAL_FLYMAPLE
AP_HAL_Linux AP_HAL_Linux: RCInput_SoloLink: better name to first field 2017-08-17 12:04:27 -07:00
AP_HAL_PX4 HAL_PX4: allow uart5 to be used for non-nsh on FMUv2/FMUv3 2017-08-28 17:57:28 +10:00
AP_HAL_QURT
AP_HAL_SITL
AP_HAL_VRBRAIN
AP_ICEngine
AP_InertialNav
AP_InertialSensor AP_InertialSensor: implement notch filter on gyro 2017-08-29 13:52:29 +10:00
AP_IRLock
AP_JSButton AP_JSButton: input_hold_toggle -> input_hold_set 2017-08-29 08:10:05 -04:00
AP_L1_Control
AP_Landing AP_Landing: use FALLTHROUGH define 2017-08-22 23:59:13 -07:00
AP_LandingGear
AP_LeakDetector
AP_Math
AP_Menu
AP_Mission AP_Mission: add OPTIONS parameter 2017-08-29 21:28:19 +01:00
AP_Module
AP_Motors
AP_Mount
AP_NavEKF
AP_NavEKF2
AP_NavEKF3
AP_Navigation
AP_Notify
AP_OpticalFlow AP_OpticalFlow: minor order declaration change 2017-08-23 11:19:14 +09:00
AP_Parachute
AP_Param
AP_Proximity
AP_Rally
AP_RangeFinder AP_RangeFinder: use FALLTHROUGH define 2017-08-22 23:59:13 -07:00
AP_RCMapper
AP_Relay
AP_RPM
AP_RSSI
AP_Scheduler
AP_SerialManager AP_SerialManager: enable debug console use for other protocols 2017-08-28 17:57:28 +10:00
AP_ServoRelayEvents
AP_Soaring
AP_SpdHgtControl
AP_Stats
AP_TECS
AP_TemperatureSensor
AP_Terrain AP_Terrain: cast to int32_t to avoid warning about signedness 2017-09-01 13:30:56 +01:00
AP_Tuning
AP_UAVCAN
AP_Vehicle
AP_VisualOdom
AP_WheelEncoder
APM_Control
DataFlash DataFlash: clean up public interface 2017-09-01 10:58:07 +01:00
doc
Filter Filter: added a notch filter 2017-08-29 13:52:29 +10:00
GCS_Console
GCS_MAVLink GCS_MAVLink: move handling of do_send_banner up 2017-08-30 15:54:47 +01:00
PID
RC_Channel RC_Channel: fixed bug in manual with TRIM == MIN 2017-08-26 20:30:54 +10:00
SITL SITL: added simple launch sim for plane 2017-08-29 07:35:04 +10:00
SRV_Channel
StorageManager