AP_SpdHgtControl: added get_target_airspeed() interface
This commit is contained in:
parent
bd7e1b82e1
commit
b1ad2be897
@ -58,6 +58,9 @@ public:
|
||||
// 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;
|
||||
|
||||
// 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