Browse Source

AP_SpdHgtControl: added reset()

c415-sdk
Andrew Tridgell 5 years ago
parent
commit
2a03144fdb
  1. 3
      libraries/AP_SpdHgtControl/AP_SpdHgtControl.h

3
libraries/AP_SpdHgtControl/AP_SpdHgtControl.h

@ -63,6 +63,9 @@ public:
// set path_proportion accessor // set path_proportion accessor
virtual void set_path_proportion(float path_proportion) = 0; 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 // add new controllers to this enum. Users can then
// select which controller to use by setting the // select which controller to use by setting the
// SPDHGT_CONTROLLER parameter // SPDHGT_CONTROLLER parameter

Loading…
Cancel
Save