[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep127.txt,1.1,1.2

Jan Beutel beutel at users.sourceforge.net
Thu Jun 14 11:25:28 PDT 2007


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

Modified Files:
	tep127.txt 
Log Message:
repaired warnings on comilation to html

Index: tep127.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep127.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tep127.txt	23 Mar 2007 16:48:07 -0000	1.1
--- tep127.txt	14 Jun 2007 18:25:26 -0000	1.2
***************
*** 104,125 ****
    }
  
  
! setRetries(message_t *msg, uint16_t maxRetries)
!  - Sets the maximum number of times to retry the transmission of the message
  
! setRetryDelay(message_t *msg, uint16_t retryDelay)
!  - Set the delay, in milliseconds, between each retransmission
  
! getRetries(message_t *msg)
!  - Returns the maximum number of retries configured for the given message
  
! getRetryDelay(message_t *msg)
!  - Returns the delay, in milliseconds, between each retransmission for the
!    given message
  
! wasDelivered(message_t *msg)
!  - This command may be called after the sendDone() event is signaled. It
!    is the equivalent of PacketAcknowledgements.wasAcked(message_t *msg), so
!    is only a helper function to make the PacketLink interface easier to use.
  
  
--- 104,131 ----
    }
  
+ PacketLinks interface functions:
  
!   ``setRetries(message_t *msg, uint16_t maxRetries)``
  
! - Sets the maximum number of times to retry the transmission of the message
  
!   ``setRetryDelay(message_t *msg, uint16_t retryDelay)``
  
! - Set the delay, in milliseconds, between each retransmission
  
!   ``getRetries(message_t *msg)``
! 
! - Returns the maximum number of retries configured for the given message
! 
!   ``getRetryDelay(message_t *msg)``
! 
! - Returns the delay, in milliseconds, between each retransmission for the given 
!   message
! 
!   ``wasDelivered(message_t *msg)``
!  
! - This command may be called after the sendDone() event is signaled. It is the 
!   equivalent of ``PacketAcknowledgements.wasAcked(message_t *msg)``, so is only 
!   a helper function to make the PacketLink interface easier to use.
  
  



More information about the Tinyos-2-commits mailing list