[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/vu/apps/RipsOneHop/RadioInclude
RSSIEngineM.nc, 1.1, 1.2
Brano Kusy
kusyb at users.sourceforge.net
Wed Jun 27 23:48:43 PDT 2007
Update of /cvsroot/tinyos/tinyos-1.x/contrib/vu/apps/RipsOneHop/RadioInclude
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16994/RadioInclude
Modified Files:
RSSIEngineM.nc
Log Message:
updated Timestamping.getStamp
Index: RSSIEngineM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/vu/apps/RipsOneHop/RadioInclude/RSSIEngineM.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RSSIEngineM.nc 28 Nov 2005 18:23:15 -0000 1.1
--- RSSIEngineM.nc 28 Jun 2007 06:48:40 -0000 1.2
***************
*** 153,157 ****
// WHAT IF MULTIPLE msgs come? is wait(0) handling this correctly? --> they WON"T come, wait(0) changes radioState to STATE_WAIT
! atomic time = call TimeStamping.getStamp() + delta;
call RSSIEngine.wait(0);
--- 153,157 ----
// WHAT IF MULTIPLE msgs come? is wait(0) handling this correctly? --> they WON"T come, wait(0) changes radioState to STATE_WAIT
! atomic time = call TimeStamping.getStamp2(msg) + delta;
call RSSIEngine.wait(0);
More information about the Tinyos-contrib-commits
mailing list