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

Phil Levis scipio at users.sourceforge.net
Wed Feb 20 21:05:06 PST 2008


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

Modified Files:
	tep116.html 
Log Message:
TEP 116 is finalized.


Index: tep116.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tep116.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** tep116.html	14 Feb 2008 19:08:07 -0000	1.16
--- tep116.html	21 Feb 2008 05:05:04 -0000	1.17
***************
*** 292,308 ****
  </tr>
  <tr><th class="docinfo-name">Status:</th>
! <td>Draft</td></tr>
  <tr class="field"><th class="docinfo-name">TinyOS-Version:</th><td class="field-body">&gt; 2.1</td>
  </tr>
  <tr><th class="docinfo-name">Author:</th>
  <td>Philip Levis</td></tr>
- <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.12</td>
- </tr>
- <tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2008-02-11</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>
- </tr>
  </tbody>
  </table>
--- 292,300 ----
  </tr>
  <tr><th class="docinfo-name">Status:</th>
! <td>Final</td></tr>
  <tr class="field"><th class="docinfo-name">TinyOS-Version:</th><td class="field-body">&gt; 2.1</td>
  </tr>
  <tr><th class="docinfo-name">Author:</th>
  <td>Philip Levis</td></tr>
  </tbody>
  </table>
***************
*** 464,468 ****
  
    command void Packet.clear(message_t* msg) {
-     uint8_t len;
      void* payload = call SubPacket.getPayload(msg, call SubPacket.maxPayloadLength());
      call SubPacket.clear();
--- 456,459 ----
***************
*** 527,532 ****
  </pre>
  <p>The command address() returns the local AM address of the
! 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
--- 518,524 ----
  </pre>
  <p>The command address() returns the local AM address of the
! node. AMPacket provides accessors for its four fields, destination,
! source, type and group. 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



More information about the Tinyos-2-commits mailing list