[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/handhelds/tos/lib/CC2420Radio
ClientM.nc, 1.3, 1.4
steve ayer
ayer1 at users.sourceforge.net
Mon Jun 25 12:37:19 PDT 2007
Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/lib/CC2420Radio
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14598
Modified Files:
ClientM.nc
Log Message:
added a signal Client.connected(FALSE) to stdcontrol.stop() so that
applications won't get confused when radio is shut down.
Index: ClientM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/lib/CC2420Radio/ClientM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ClientM.nc 25 Jun 2007 18:59:20 -0000 1.3
--- ClientM.nc 25 Jun 2007 19:37:16 -0000 1.4
***************
*** 236,239 ****
--- 236,240 ----
call AutoReScanTimer.stop();
switchClientState(CLIENT_STATE_IDLE);
+ signal Client.connected(FALSE);
return call RadioStdControl.stop();
}
More information about the Tinyos-contrib-commits
mailing list