ardupilot/libraries/AP_Mount
Peter Barker ea75dd2d59 AP_Mount: correct compiler warnings
In file included from ../../libraries/AP_Mount/SoloGimbal.cpp:5:
../../libraries/AP_Mount/SoloGimbal.h:122:11: warning: private field
'_yaw_rate_ff_ef_filt' is not used [-Wunused-private-field]
    float _yaw_rate_ff_ef_filt;
          ^
../../libraries/AP_Mount/SoloGimbal.h:140:23: warning: private field
'_chan' is not used [-Wunused-private-field]
    mavlink_channel_t _chan;
                      ^
2 warnings generated.
2018-03-02 09:26:37 +09:00
..
examples/trivial_AP_Mount AP_Mount: example fix travis warning 2017-04-13 19:56:16 +01:00
AP_Mount_Alexmos.cpp AP_Mount: use GPS singleton 2017-12-27 00:58:02 +00:00
AP_Mount_Alexmos.h Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
AP_Mount_Backend.cpp AP_Mount: adapt to new RC_Channel API 2017-01-12 17:39:37 +11:00
AP_Mount_Backend.h AP_Mount: allow computation of gps point target in earth fixed frame 2016-12-01 18:42:48 +09:00
AP_Mount_Servo.cpp AP_Mount: use GPS singleton 2017-12-27 00:58:02 +00:00
AP_Mount_Servo.h AP_Mount: adapt to new RC_Channel API 2017-01-12 17:39:37 +11:00
AP_Mount_SoloGimbal.cpp AP_Mount: use GPS singleton 2017-12-27 00:58:02 +00:00
AP_Mount_SoloGimbal.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Mount_SToRM32_serial.cpp AP_Mount: use GPS singleton 2017-12-27 00:58:02 +00:00
AP_Mount_SToRM32_serial.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Mount_SToRM32.cpp AP_Mount: use GPS singleton 2017-12-27 00:58:02 +00:00
AP_Mount_SToRM32.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Mount.cpp AP_Mount: use DataFlash_Class::instance() 2017-09-26 03:01:21 +01:00
AP_Mount.h AP_Mount: removed create() method for objects 2017-12-14 08:12:28 +11:00
SoloGimbal_Parameters.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
SoloGimbal_Parameters.h AP_Mount: replace header guard with pragma once 2016-03-16 18:40:42 +11:00
SoloGimbal.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
SoloGimbal.h AP_Mount: correct compiler warnings 2018-03-02 09:26:37 +09:00
SoloGimbalEKF.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
SoloGimbalEKF.h AP_Mount: remove EKF1 2016-12-19 08:07:10 +11:00