[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/RadioStress
RadioStressC.nc, 1.4, 1.5
Phil Levis
scipio at users.sourceforge.net
Thu Sep 13 16:10:53 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/RadioStress
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27056/apps/tests/RadioStress
Modified Files:
RadioStressC.nc
Log Message:
The big interface switchover for Packet, Send, Receive, and AMSend.
Index: RadioStressC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/RadioStress/RadioStressC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RadioStressC.nc 12 Dec 2006 18:22:49 -0000 1.4
--- RadioStressC.nc 13 Sep 2007 23:10:20 -0000 1.5
***************
*** 76,80 ****
void sendPacket() {
! RadioCountMsg* rcm = (RadioCountMsg*)call Packet.getPayload(&packet, NULL);
if (locked) {return;}
rcm->counter = txCounter;
--- 76,80 ----
void sendPacket() {
! RadioCountMsg* rcm = (RadioCountMsg*)call Packet.getPayload(&packet, sizeof(RadioCountMsg));
if (locked) {return;}
rcm->counter = txCounter;
More information about the Tinyos-2-commits
mailing list