[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep102.txt, 1.1.2.6, 1.1.2.7

David Gay idgay at users.sourceforge.net
Wed Oct 18 10:27:19 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28431/txt

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	tep102.txt 
Log Message:
minor english tweaks


Index: tep102.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep102.txt,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** tep102.txt	17 Oct 2006 20:00:40 -0000	1.1.2.6
--- tep102.txt	18 Oct 2006 17:27:17 -0000	1.1.2.7
***************
*** 161,170 ****
  isOverflowPending() 
  
!   return TRUE if the overflow flag is set for this counter.  That
!   is, if an overflow interrupt will occur after the outermost atomic
!   block is exits.  Return FALSE otherwise.  This command only
!   returns the state of the overflow flag and causes no side effect.
!   It is expected that the underlying hardware platforms sets
!   overflow flag when appropriate.
  
  clearOverflow() 
--- 161,170 ----
  isOverflowPending() 
  
!   return TRUE if the overflow flag is set for this counter, i.e., if and
!   only if an overflow interrupt will occur after the outermost atomic
!   block exits.  Return FALSE otherwise.  This command only returns the
!   state of the overflow flag and causes no side effect.  It is expected
!   that the underlying hardware platforms sets the overflow flag when
!   appropriate.
  
  clearOverflow() 
***************
*** 218,226 ****
  
    cancel any previously running alarm and set to fire at time t1 =
!   t0+dt.  This form allows a delay to be anchored to some time t0
!   taken before the invocation of startAt.  This is also the form
!   used internally in the timer subsystem to allow the use of the
!   full width of an alarm while being detecting if the alarm time for
!   a short alarm prematurely elapsed.
  
  getNow() 
--- 218,225 ----
  
    cancel any previously running alarm and set to fire at time t1 =
!   t0+dt.  This form allows a delay to be anchored to some time t0 taken
!   before the invocation of startAt.  The timer subsystem uses this form
!   internally, to be able to use of the full width of an alarm while also
!   detecting when a short alarm elapses prematurely.
  
  getNow() 



More information about the Tinyos-2-commits mailing list