[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery TestPeriodicP.nc, 1.2, 1.3

Phil Levis scipio at users.sourceforge.net
Thu Sep 13 16:10:24 PDT 2007


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

Modified Files:
	TestPeriodicP.nc 
Log Message:
The big interface switchover for Packet, Send, Receive, and AMSend.


Index: TestPeriodicP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestPeriodicP.nc	10 Jul 2007 17:20:46 -0000	1.2
--- TestPeriodicP.nc	13 Sep 2007 23:10:21 -0000	1.3
***************
*** 119,123 ****
    /**************** Tasks ****************/
    task void send() {
!     TestPeriodicMsg *periodicMsg = (TestPeriodicMsg *) call Packet.getPayload(&fullMsg, NULL);
      periodicMsg->count = count;
      call LowPowerListening.setRxSleepInterval(&fullMsg, 1000);
--- 119,123 ----
    /**************** Tasks ****************/
    task void send() {
!     TestPeriodicMsg *periodicMsg = (TestPeriodicMsg *) call Packet.getPayload(&fullMsg, sizeof(TestPeriodicMsg));
      periodicMsg->count = count;
      call LowPowerListening.setRxSleepInterval(&fullMsg, 1000);



More information about the Tinyos-2-commits mailing list