QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
8:28b866df62cf
Parent:
7:c75d5e5e6bfc
Child:
9:da906eeac51e
--- a/handle/handleGPS.h	Tue Apr 01 15:52:08 2014 +0000
+++ b/handle/handleGPS.h	Tue Apr 01 17:58:35 2014 +0000
@@ -10,13 +10,15 @@
     
     /// \brief Setup
     void setup();
-    /// \brief Update the GPS locations
-    void update();
     /// \brief Check if it is time to update
     bool check();
 public:
     /// \brief Constructor
     ImageHandle():initialized(false){}
+    
+    //handle incoming com from GPS hardware
+    void handleUpdate();
+    
     /// \brief Run an instance of this
     void run();
 };