Calibrate dialog addition.
[speedfreak] / Client / gpsdata.cpp
index fe7c0d3..14a199c 100644 (file)
@@ -261,3 +261,12 @@ void GPSData::saveRoute()
         file.close();
     }
 }
+
+
+/**
+  *@return RoundCounter, the number of gpsDataArray[][] rows.
+  */
+int GPSData::getRoundCounter()
+{
+    return roundCounter;
+}