[Gcblue-commits] gcb_wx/include/ai Nav.h,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-12-08 23:28:07
|
Update of /cvsroot/gcblue/gcb_wx/include/ai In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29232/include/ai Modified Files: Nav.h Log Message: Index: Nav.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/ai/Nav.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Nav.h 27 Nov 2005 22:21:28 -0000 1.4 --- Nav.h 8 Dec 2005 23:27:54 -0000 1.5 *************** *** 55,58 **** --- 55,59 ---- void ClearWaypoints(); void EditWaypoint(size_t idx, double lon_rad, double lat_rad, float alt_m); + unsigned GetCurrentWaypoint() const; bool GetLoopState() const; const std::vector<GeoPoint>& GetWaypoints() const; |