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

Phil Levis scipio at users.sourceforge.net
Tue Mar 13 18:56:35 PDT 2007


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

Modified Files:
	tep116.html 
Log Message:
Incorporate more comments.


Index: tep116.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tep116.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** tep116.html	14 Mar 2007 01:50:40 -0000	1.8
--- tep116.html	14 Mar 2007 01:56:33 -0000	1.9
***************
*** 304,310 ****
  <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.6</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2007-02-28</td>
  </tr>
  <tr class="field"><th class="docinfo-name">Draft-Discuss:</th><td class="field-body">TinyOS Developer List &lt;tinyos-devel at mail.millennium.berkeley.edu&gt;</td>
--- 304,310 ----
  <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>
  </tr>
  <tr class="field"><th class="docinfo-name">Draft-Discuss:</th><td class="field-body">TinyOS Developer List &lt;tinyos-devel at mail.millennium.berkeley.edu&gt;</td>
***************
*** 511,515 ****
  node. AMPacket provides accessors for its two fields, destination and
  type. It also provides commands to set these fields, for the same
! reason that Packet allows a caller to set the payload length.</p>
  </div>
  <div class="section">
--- 511,521 ----
  node. AMPacket provides accessors for its two fields, destination and
  type. It also provides commands to set these fields, for the same
! reason that Packet allows a caller to set the payload length.
! Packet interfaces SHOULD provide accessors
! and mutators for all of their fields to enable queues and other
! buffering to store values in a packet buffer. Typically, a component
! stores these values in the packet buffer itself (where the field is),
! but when necessary it may use the metadata region of message_t or other
! locations.</p>
  </div>
  <div class="section">



More information about the Tinyos-2-commits mailing list