ardupilot/libraries/SITL
Peter Barker 1915244960 SITL: correct compiler warning
In file included from ../../libraries/SITL/SIM_last_letter.cpp:19:
../../libraries/SITL/SIM_last_letter.h:74:17: warning: private field
'frame_str' is not used [-Wunused-private-field]
    const char *frame_str;

SITL: correct compiler warning

In file included from ../../libraries/SITL/SIM_Sprayer.cpp:19:
../../libraries/SITL/SIM_Sprayer.h:55:14: warning: private field
'start_time_us' is not used [-Wunused-private-field]
    uint64_t start_time_us;

SITL: correct compiler warnings

In file included from ../../libraries/SITL/SIM_Gripper_Servo.cpp:19:
../../libraries/SITL/SIM_Gripper_Servo.h:56:10: warning: private field
'zero_report_done' is not used [-Wunused-private-field]
    bool zero_report_done = false;

SITL: correct compiler warnings

In file included from ../../libraries/SITL/SIM_ADSB.cpp:19:
../../libraries/SITL/SIM_ADSB.h:49:28: warning: private field 'fdm' is
not used [-Wunused-private-field]
    const struct sitl_fdm &fdm;
2018-03-02 09:26:37 +09:00
..
Frame_Vectored.h
SIM_ADSB.cpp SITL: correct compiler warning 2018-03-02 09:26:37 +09:00
SIM_ADSB.h SITL: correct compiler warning 2018-03-02 09:26:37 +09:00
SIM_Aircraft.cpp SITL: make home location parsing verbose 2018-02-21 23:51:56 +10:00
SIM_Aircraft.h
SIM_Balloon.cpp
SIM_Balloon.h
SIM_Calibration.cpp
SIM_Calibration.h
SIM_CRRCSim.cpp
SIM_CRRCSim.h
SIM_FlightAxis.cpp
SIM_FlightAxis.h
SIM_Frame.cpp
SIM_Frame.h
SIM_Gazebo.cpp
SIM_Gazebo.h
SIM_Gimbal.cpp
SIM_Gimbal.h
SIM_Gripper_EPM.cpp
SIM_Gripper_EPM.h
SIM_Gripper_Servo.cpp
SIM_Gripper_Servo.h SITL: correct compiler warning 2018-03-02 09:26:37 +09:00
SIM_Helicopter.cpp
SIM_Helicopter.h
SIM_ICEngine.cpp
SIM_ICEngine.h
SIM_JSBSim.cpp
SIM_JSBSim.h
SIM_last_letter.cpp SITL: correct compiler warning 2018-03-02 09:26:37 +09:00
SIM_last_letter.h SITL: correct compiler warning 2018-03-02 09:26:37 +09:00
SIM_Motor.cpp
SIM_Motor.h
SIM_Multicopter.cpp
SIM_Multicopter.h
SIM_Plane.cpp
SIM_Plane.h
SIM_QuadPlane.cpp
SIM_QuadPlane.h
SIM_Rover.cpp
SIM_Rover.h
SIM_SingleCopter.cpp
SIM_SingleCopter.h
SIM_Sprayer.cpp
SIM_Sprayer.h SITL: correct compiler warning 2018-03-02 09:26:37 +09:00
SIM_Submarine.cpp
SIM_Submarine.h
SIM_Tracker.cpp
SIM_Tracker.h
SIM_XPlane.cpp
SIM_XPlane.h
SITL.cpp
SITL.h