mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_SpdHgtControl: added get_max_climbrate()
This commit is contained in:
parent
c990714377
commit
7752196628
@ -61,6 +61,9 @@ public:
|
||||
// return current target airspeed
|
||||
virtual float get_target_airspeed(void) const = 0;
|
||||
|
||||
// return maximum climb rate
|
||||
virtual float get_max_climbrate(void) const = 0;
|
||||
|
||||
// add new controllers to this enum. Users can then
|
||||
// select which controller to use by setting the
|
||||
// SPDHGT_CONTROLLER parameter
|
||||
|
Loading…
Reference in New Issue
Block a user