]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
add nesdoc
authoridgay <idgay>
Tue, 24 Jun 2008 17:54:11 +0000 (17:54 +0000)
committeridgay <idgay>
Tue, 24 Jun 2008 17:54:11 +0000 (17:54 +0000)
apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodic.h
apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicC.nc
apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicP.nc

index 7183641dbf71dc4e16345423a3e560dd1efe786d..697efe7caea7f83f56f9c201906f0d3a4aa88d79 100644 (file)
@@ -7,7 +7,7 @@ typedef nx_struct TestPeriodicMsg {
 } TestPeriodicMsg;
 
 enum {
-  AM_TESTPERIODICMSG = 0x5,
+  AM_TESTPERIODICMSG = 133,
 };
 
 #endif
index 45808e0c43675f784e0a8001efbdf7cd674a8522..553bf8445ddbfc152f4e10cce24e74143ab6cd10 100644 (file)
  */
 
 /**
+ * This app sends a message from Transmitter node to AM_BROADCAST_ADDR
+ * and waits 1000 ms between each delivery so the Rx mote's radio
+ * shuts back off and has to redetect to receive the next message. 
+ * Receiver: TOS_NODE_ID != 1
+ * Transmitter: TOS_NODE_ID == 1
+ *
  * @author David Moss
  */
  
index 1e58382d53071ddd40c7f48860f303ab7dfeea48..4fc623a8616d48dcd42b358bdb06793b3f766b40 100644 (file)
  */
 
 /**
+ * This app sends a message from Transmitter node to AM_BROADCAST_ADDR
+ * and waits 1000 ms between each delivery so the Rx mote's radio
+ * shuts back off and has to redetect to receive the next message. 
+ * Receiver: TOS_NODE_ID != 1
+ * Transmitter: TOS_NODE_ID == 1
+ *
  * @author David Moss
- * Rx != 1
- * Tx == 1
  */
 
 #include "TestPeriodic.h"