mirror of https://github.com/ArduPilot/ardupilot
AP_SpdHgtControl: added reset()
This commit is contained in:
parent
7ee9b437bb
commit
e1ab70a730
|
@ -63,6 +63,9 @@ public:
|
|||
// set path_proportion accessor
|
||||
virtual void set_path_proportion(float path_proportion) = 0;
|
||||
|
||||
// reset on next loop
|
||||
virtual void reset(void) = 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