[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/TxThroughput TxThroughputC.nc, 1.1, 1.2 TxThroughputP.nc, 1.2, 1.3

David Gay idgay at users.sourceforge.net
Tue Jun 24 13:36:26 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/TxThroughput
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4320/TxThroughput

Modified Files:
	TxThroughputC.nc TxThroughputP.nc 
Log Message:
nesdoc

Index: TxThroughputC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/TxThroughput/TxThroughputC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TxThroughputC.nc	12 Apr 2007 17:14:09 -0000	1.1
--- TxThroughputC.nc	24 Jun 2008 20:36:24 -0000	1.2
***************
*** 30,39 ****
   */
   
  /**
   * @author David Moss
   */
   
- #include "TxThroughput.h"
- 
  configuration TxThroughputC {
  }
--- 30,43 ----
   */
   
+ #include "TxThroughput.h"
+ 
  /**
+  * This application is used more for characterization rather than a
+  * test.  It measures the maximum radio throughput using the largest
+  * message payload size, and does not use low power listening.
+  *
   * @author David Moss
   */
   
  configuration TxThroughputC {
  }

Index: TxThroughputP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/TxThroughput/TxThroughputP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TxThroughputP.nc	13 Sep 2007 23:10:21 -0000	1.2
--- TxThroughputP.nc	24 Jun 2008 20:36:24 -0000	1.3
***************
*** 30,39 ****
   */
   
  /**
   * @author David Moss
   */
   
- #include "TxThroughput.h"
-  
  module TxThroughputP {
    uses {
--- 30,43 ----
   */
   
+ #include "TxThroughput.h"
+  
  /**
+  * This application is used more for characterization rather than a
+  * test.  It measures the maximum radio throughput using the largest
+  * message payload size, and does not use low power listening.
+  *
   * @author David Moss
   */
   
  module TxThroughputP {
    uses {



More information about the Tinyos-2-commits mailing list