[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/teps/txt tep102.txt, 1.8, 1.9
Cory Sharp
cssharp at users.sourceforge.net
Fri May 20 03:08:36 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30418
Modified Files:
tep102.txt
Log Message:
Cut "when" and "numMissed" from Timer.fired()
Index: tep102.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep102.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** tep102.txt 18 May 2005 17:12:16 -0000 1.8
--- tep102.txt 20 May 2005 10:08:34 -0000 1.9
***************
*** 295,306 ****
cancel any previously running timer.
! fired(when,numMissed)
! signals that the timer has occurred. The when parameter indicates
! when the timer should have fired. Because the timers fire in
! synchronous context, some time may have elapsed from "when" until
! now. For periodic timers, numMissed indicates how many events were
! outright missed and when indicates the time of the most recent
! event. For one-shot timers, numMissed is always 0 and when is the
! time of the event.
isRunning()
--- 295,300 ----
cancel any previously running timer.
! fired()
! signals that the timer has occurred.
isRunning()
***************
*** 459,464 ****
timers. ::
! generic component VirtualizeTimerC( typedef precision_tag,
! int max_timers )
{
provides interface Init;
--- 453,457 ----
timers. ::
! generic component VirtualizeTimerC( typedef precision_tag, int max_timers )
{
provides interface Init;
More information about the Tinyos-beta-commits
mailing list