X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2Fmaemo5location.h;h=7f376f04422989027a7658bd572bd4c3e6fbbebf;hb=8bc16dde57946bf3d217401e01061327867da370;hp=c16decb9b1d5414394630cc6de585ac60ec7113a;hpb=6c084ac4841e5db94a71710a02db344f36eaa8fc;p=speedfreak diff --git a/Client/maemo5location.h b/Client/maemo5location.h index c16decb..7f376f0 100755 --- a/Client/maemo5location.h +++ b/Client/maemo5location.h @@ -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();