AP_SpdHgtControl: added get_land_sinkrate()

This commit is contained in:
Andrew Tridgell 2014-12-15 21:44:03 +11:00
parent cafb38e923
commit 8c1cab84c7

View File

@ -65,6 +65,9 @@ public:
// return maximum climb rate
virtual float get_max_climbrate(void) const = 0;
// return landing sink rate
virtual float get_land_sinkrate(void) const = 0;
// add new controllers to this enum. Users can then
// select which controller to use by setting the
// SPDHGT_CONTROLLER parameter