Youtube video and text (draft).
[speedfreak] / Client / maemo5locationprivate.h
index 14b3bba..c61d041 100755 (executable)
@@ -58,6 +58,7 @@ public:
     double get_climb() { return climb; }
     double get_epc() { return epc; }
     double distance_between_two_points(double latitude_s, double longitude_s, double latitude_f, double longitude_f);
+    void stop();
 
 signals:
     void awcp();
@@ -65,13 +66,13 @@ signals:
     void locationUpdated();
     void gps_connected();
     void gps_disconnected();
-    void gps_err(int error);
+    void gps_error(int);
     void gpsd_running();
     void gpsd_stopped();
 
 private:
     void resetAll();
-    void stop();
+    //void stop();
     void restart();
 
     int satellites_in_view;