[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestPrintf TestPrintfAppC.nc, 1.4, 1.5 TestPrintfC.nc, 1.4, 1.5

Kevin Klues klueska at users.sourceforge.net
Thu Apr 19 17:41:42 PDT 2007


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

Modified Files:
	TestPrintfAppC.nc TestPrintfC.nc 
Log Message:
Update to README / documentation of applications for the release

Index: TestPrintfAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestPrintf/TestPrintfAppC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestPrintfAppC.nc	12 Dec 2006 18:22:50 -0000	1.4
--- TestPrintfAppC.nc	20 Apr 2007 00:41:40 -0000	1.5
***************
*** 22,25 ****
--- 22,31 ----
   
  /**
+  * This application is used to test the basic functionality of the printf service.  
+  * It is initiated by calling the start() command of the SplitControl interface 
+  * provided by the PrintfC component.  After starting the printf service, calls to 
+  * the standard c-style printf command are made to print various strings of text 
+  * over the serial line.  Only upon calling PrintfFlush.flush() does the data 
+  * actually get sent out over the serial line.
   *
   * @author Kevin Klues (klueska at cs.wustl.edu)

Index: TestPrintfC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestPrintf/TestPrintfC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestPrintfC.nc	12 Dec 2006 18:22:50 -0000	1.4
--- TestPrintfC.nc	20 Apr 2007 00:41:40 -0000	1.5
***************
*** 23,26 ****
--- 23,33 ----
  /**
   *
+  * This application is used to test the basic functionality of the printf service.  
+  * It is initiated by calling the start() command of the SplitControl interface 
+  * provided by the PrintfC component.  After starting the printf service, calls to 
+  * the standard c-style printf command are made to print various strings of text 
+  * over the serial line.  Only upon calling PrintfFlush.flush() does the data 
+  * actually get sent out over the serial line.
+  *
   * @author Kevin Klues (klueska at cs.wustl.edu)
   * @version $Revision$



More information about the Tinyos-2-commits mailing list