Browse Source

AP_Navigation: Adding set_reverse to virtual parent class

master
Grant Morphett 9 years ago committed by Andrew Tridgell
parent
commit
647602ed4d
  1. 2
      libraries/AP_Navigation/AP_Navigation.h

2
libraries/AP_Navigation/AP_Navigation.h

@ -113,6 +113,8 @@ public: @@ -113,6 +113,8 @@ public:
// every update_XXXXXX() call.
virtual bool data_is_stale(void) const = 0;
virtual void set_reverse(bool reverse) = 0;
// add new navigation controllers to this enum. Users can then
// select which navigation controller to use by setting the
// NAV_CONTROLLER parameter

Loading…
Cancel
Save