From: idgay Date: Tue, 24 Jun 2008 17:59:30 +0000 (+0000) Subject: nesdoc X-Git-Tag: release_tinyos_2_1_0_0~175 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=384019ffdf578934975d1a2cea97a2d5c1f98deb;p=tinyos-2.x.git nesdoc --- diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc index 8a290c65..9b336ed2 100644 --- a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc +++ b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc @@ -30,6 +30,12 @@ */ /** + * This app sends a message from Transmitter node to the recevier node + * 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 */ diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc index 1aa728c3..3635981e 100644 --- a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc +++ b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc @@ -30,9 +30,13 @@ */ /** + * This app sends a message from Transmitter node to the recevier node + * 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 == 0 - * Tx != 0 */ #include "TestPeriodic.h"