QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
14:6be57da62283
Parent:
9:da906eeac51e
Child:
15:e3e03a9df89e
--- a/handle/dataLocation.h	Mon Apr 07 01:30:04 2014 +0000
+++ b/handle/dataLocation.h	Thu Apr 10 02:19:07 2014 +0000
@@ -2,7 +2,12 @@
   *  \brief Data location data holder
   **/
 
-#define MAXNUMLOCS 256
+#define MAXNUMLOCS 64
+
+typedef struct DataLocS{
+    double lat,lon,alt;
+    double timestamp;
+}DataLoc;
 
 // Storage of data location
 class DataLocation{