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 SITL: use AP_Declination for magnetic tables 2018-02-08 17:36:33 +11:00
SIM_Balloon.cpp SIM_Aircraft: move advance in time from update_position to time_advance 2017-06-07 20:29:02 +10:00
SIM_Balloon.h
SIM_Calibration.cpp SIM_Aircraft: move advance in time from update_position to time_advance 2017-06-07 20:29:02 +10:00
SIM_Calibration.h
SIM_CRRCSim.cpp SIM_Aircraft: move advance in time from update_position to time_advance 2017-06-07 20:29:02 +10:00
SIM_CRRCSim.h
SIM_FlightAxis.cpp SITL: fix pthread_setname_np to build on mac 2017-12-04 21:14:29 +11:00
SIM_FlightAxis.h SITL: support AHRS_ORIENTATION in SITL 2017-11-23 14:26:11 +11:00
SIM_Frame.cpp SITL: Add tilthvec frame 2017-09-18 21:20:39 +10:00
SIM_Frame.h
SIM_Gazebo.cpp SIM_Aircraft: move advance in time from update_position to time_advance 2017-06-07 20:29:02 +10:00
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_Aircraft: move advance in time from update_position to time_advance 2017-06-07 20:29:02 +10:00
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_Aircraft: move advance in time from update_position to time_advance 2017-06-07 20:29:02 +10:00
SIM_Multicopter.h
SIM_Plane.cpp SITL: avoid FPE when running fly.ArduPlane 2017-09-06 20:22:52 +10:00
SIM_Plane.h SITL: added simple launch sim for plane 2017-08-29 07:35:04 +10:00
SIM_QuadPlane.cpp SITL: Add tilthvec frame 2017-09-18 21:20:39 +10:00
SIM_QuadPlane.h
SIM_Rover.cpp SITL: reduce max accel of simulated rover 2017-10-26 14:45:19 +11:00
SIM_Rover.h
SIM_SingleCopter.cpp SIM_Aircraft: move advance in time from update_position to time_advance 2017-06-07 20:29:02 +10:00
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: Solve problem when frame is above water level 2017-11-22 12:38:14 -08:00
SIM_Submarine.h SIM_Submarine: Solve problem when frame is above water level 2017-11-22 12:38:14 -08:00
SIM_Tracker.cpp SIM_Aircraft: move advance in time from update_position to time_advance 2017-06-07 20:29:02 +10:00
SIM_Tracker.h
SIM_XPlane.cpp SITL: use thread for FlightAxis comms 2017-10-21 11:57:59 +11:00
SIM_XPlane.h
SITL.cpp SITL: Add SIM_WIND_DIR_Z parameter for SITL 2018-02-05 16:38:53 -08:00
SITL.h SITL: Add SIM_WIND_DIR_Z parameter for SITL 2018-02-05 16:38:53 -08:00