[Tinyos-2-commits] CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/CheckHardwareBroadcastAckBehavior TestTunitP.nc, 1.1, 1.2

David Moss mossmoss at users.sourceforge.net
Thu Oct 25 10:49:27 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/CheckHardwareBroadcastAckBehavior
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14576/CheckHardwareBroadcastAckBehavior

Modified Files:
	TestTunitP.nc 
Log Message:
Added Statistics buffering via FifoQueue. Removed the logDone() event from Statistics interface.  Fixed some Statistics wiring issues, and updated all tests to be compatible with the newest Statistics interface.  Added a Statistics test to make sure our statistics work on the embedded side.

Index: TestTunitP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/CheckHardwareBroadcastAckBehavior/TestTunitP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestTunitP.nc	6 Sep 2007 19:16:57 -0000	1.1
--- TestTunitP.nc	25 Oct 2007 17:48:52 -0000	1.2
***************
*** 125,132 ****
    
    
-   /***************** Statistics Events *****************/
-   event void Statistics.logDone() {
-   }
-   
    /***************** Tasks *****************/
    task void sendMsg() {
--- 125,128 ----



More information about the Tinyos-2-commits mailing list