AP_Navigation: Adding set_reverse to virtual parent class

This commit is contained in:
Grant Morphett 2016-07-14 17:33:56 +10:00 committed by Andrew Tridgell
parent acaf0c6a5d
commit 647602ed4d
1 changed files with 2 additions and 0 deletions

View File

@ -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