[Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep116.html,1.9,1.10

Phil Levis scipio at users.sourceforge.net
Tue Mar 20 23:47:23 PDT 2007


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

Modified Files:
	tep116.html 
Log Message:
Include cancel


Index: tep116.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tep116.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tep116.html	14 Mar 2007 01:56:33 -0000	1.9
--- tep116.html	21 Mar 2007 06:47:18 -0000	1.10
***************
*** 304,308 ****
  <tr class="field"><th class="docinfo-name">Draft-Created:</th><td class="field-body">10-Dec-2004</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Version:</th><td class="field-body">1.7</td>
  </tr>
  <tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2007-03-14</td>
--- 304,308 ----
  <tr class="field"><th class="docinfo-name">Draft-Created:</th><td class="field-body">10-Dec-2004</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Version:</th><td class="field-body">1.8</td>
  </tr>
  <tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2007-03-14</td>
***************
*** 572,575 ****
--- 572,582 ----
  and serialize them onto sending interface, or they can introduce
  a new sending interface that supports multiple pending transmissions.</p>
+ <p>The cancel command allows a sender to cancel the current transmission.
+ A call to cancel when there is no pending sendDone event MUST return FAIL.
+ If there is a pending sendDone event and the cancel returns SUCCESS, then
+ the packet layer MUST NOT transmit the packet and MUST signal sendDone
+ with ECANCEL as its error code. If there is a pending sendDone event
+ and cancel returns FAIL, then sendDone SHOULD occur as if the cancel
+ was not called.</p>
  </div>
  <div class="section">



More information about the Tinyos-2-commits mailing list