[Tinyos-2-commits] CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator TestRadioP.nc, 1.4, 1.5

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/TestActivePacketIndicator
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14576/TestActivePacketIndicator

Modified Files:
	TestRadioP.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: TestRadioP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator/TestRadioP.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestRadioP.nc	25 Sep 2007 23:09:39 -0000	1.4
--- TestRadioP.nc	25 Oct 2007 17:48:52 -0000	1.5
***************
*** 85,92 ****
    }
    
-   /***************** Statistics Events ****************/
-   event void Statistics.logDone() {
-   }
-   
    /***************** Send/Receive ****************/
    event void AMSend.sendDone(message_t *msg, error_t error) {
--- 85,88 ----



More information about the Tinyos-2-commits mailing list