[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestCollection TestCollectionC.nc, 1.2, 1.3

Phil Levis scipio at users.sourceforge.net
Thu Jul 10 17:36:29 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15338

Modified Files:
	TestCollectionC.nc 
Log Message:
Add sequence #.


Index: TestCollectionC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection/TestCollectionC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestCollectionC.nc	18 Jun 2008 14:48:56 -0000	1.2
--- TestCollectionC.nc	11 Jul 2008 00:36:27 -0000	1.3
***************
*** 93,96 ****
--- 93,97 ----
            memcpy(o, &local, sizeof(oscilloscope_t));
            if (call BlockingSend.send(&sendbuf, sizeof(oscilloscope_t)) == SUCCESS) {
+ 	    local.count++;
              report_sent();
            } else {



More information about the Tinyos-2-commits mailing list