mirror of https://github.com/ArduPilot/ardupilot
AP_SpdHgtControl: update for changed API
This commit is contained in:
parent
98a86bd205
commit
1b7830c577
|
@ -59,9 +59,6 @@ public:
|
|||
// Rate of change of velocity along X body axis in m/s^2
|
||||
virtual float get_VXdot(void)=0;
|
||||
|
||||
// log data on internal state of the controller. Called at 10Hz
|
||||
virtual void log_data(DataFlash_Class &dataflash, uint8_t msgid) = 0;
|
||||
|
||||
// return current target airspeed
|
||||
virtual float get_target_airspeed(void) const = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue