QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
32:9cb7bc3fc9e0
Parent:
28:4e608589d787
Child:
66:5d43988d100c
--- a/handle/dataLocation.h	Tue Apr 22 15:40:23 2014 +0000
+++ b/handle/dataLocation.h	Wed Apr 23 01:43:17 2014 +0000
@@ -2,12 +2,12 @@
   *  \brief Data location data holder
   **/
 // Example Usage
-// Looping: for(int i=0;i<DH::locs().getI(LHType_locs,LHIType_size);i++){DataLocation thisData=DH::locs().getC(LHType_locs,i);}
-// Appending: DH::locs().add(LHType_locs,DataLocation(4.0f,5.0f,6.0f));
-// ResetStart: DH::locs().inc(LHType_locs,0,true);
-// ResetEnd: DH::locs().inc(LHType_locs,-1,true);
-// Increment: DH::locs().inc(LHType_locs);
-// GetCurrent: DH::locs().getC(LHType_locs,DH::locs().getI(LHType_locs));
+// Looping: for(int i=0;i<DH::Locs().getI(LHType_locs,LHIType_size);i++){DataLocation thisData=DH::Locs().getC(LHType_locs,i);}
+// Appending: DH::Locs().add(LHType_locs,DataLocation(4.0f,5.0f,6.0f));
+// ResetStart: DH::Locs().inc(LHType_locs,0,true);
+// ResetEnd: DH::Locs().inc(LHType_locs,-1,true);
+// Increment: DH::Locs().inc(LHType_locs);
+// GetCurrent: DH::Locs().getC(LHType_locs,DH::Locs().getI(LHType_locs));
 #ifndef _DATA_LOCATION_H_
 #define _DATA_LOCATION_H_
 #define MAXNUMLOCS 64