Connecting users choice on GUI to relevant category name.
[speedfreak] / Client / gpsdata.cpp
index 40e2f12..f0cc158 100644 (file)
@@ -199,11 +199,17 @@ void GPSData::saveRoute()
     file.close();
 }
 
+/**
+  *@return Pointer to gpsDataArray[][].
+  */
 double* GPSData::getGpsDataArray()
 {
     return *gpsDataArray;
 }
 
+/**
+  *@return RoundCounter, the number of gpsDataArray[][] rows.
+  */
 int GPSData::getRoundCounter()
 {
     return roundCounter;