Youtube video and text (draft).
[speedfreak] / Client / maemo5location.h
index c16decb..7f376f0 100755 (executable)
@@ -20,9 +20,12 @@ public:
     Maemo5Location(QObject* parent = 0);
     ~Maemo5Location();
 
+    void startPollingGPS();
+    void stopPollingGPS();
     int getSatellitesInUse();
     int getSatellitesInView();
     int getSignalStrength();
+    bool getGpsOnline();
     double getLatitude();
     double getLongitude();
     double getTime();
@@ -44,7 +47,7 @@ signals:
     void locationUpdated();
     void gps_connected();
     void gps_disconnected();
-    void gps_error(int error);
+    void gps_error(int);
     void gpsd_running();
     void gpsd_stopped();