AP_SpdHgtControl: update for changed API

This commit is contained in:
Andrew Tridgell 2016-05-13 15:58:02 +10:00
parent 98a86bd205
commit 1b7830c577
1 changed files with 0 additions and 3 deletions

View File

@ -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;