]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestPrintf/TestPrintfAppC.nc
Update to README / documentation of applications for the release
[tinyos-2.x.git] / apps / tests / TestPrintf / TestPrintfAppC.nc
index 37c0bb1d2afe51ea51da4aef266909c3715d78bb..8e2b565e22d05f1520df65b292ae3a1f00a0f88e 100644 (file)
  */
  
 /**
+ * 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@cs.wustl.edu)
  * @version $Revision$