X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=doc%2Fhtml%2Ftep111.html;h=d8cd6fe65b7f3c4b7868dad128e5b731da9c6e91;hb=b7e372c3aa2f1da307407397da3b032df4ac4d49;hp=4e1e2bbaadf274d6860b2470416744fb11465f9d;hpb=d380166e877d2cca724f63e01e8c534738ad89ad;p=tinyos-2.x.git diff --git a/doc/html/tep111.html b/doc/html/tep111.html index 4e1e2bba..d8cd6fe6 100644 --- a/doc/html/tep111.html +++ b/doc/html/tep111.html @@ -41,11 +41,6 @@ blockquote.epigraph { dd { margin-bottom: 0.5em } -/* Uncomment (& remove this text!) to get bold-faced definition list terms -dt { - font-weight: bold } -*/ - div.abstract { margin: 2em 5em } @@ -296,19 +291,11 @@ ul.auto-toc { Type:Documentary Status: -Draft +Final TinyOS-Version:2.x Author: Philip Levis -Draft-Created:11-Jul-2005 - -Draft-Version:1.6 - -Draft-Modified:2007-01-10 - -Draft-Discuss:TinyOS Developer List <tinyos-devel at mail.millennium.berkeley.edu> -
@@ -370,7 +357,7 @@ typedef struct TOS_Msg { uint8_t receiveSecurityMode; } TOS_Msg; -

while on a mote with a CC420 radio (e.g., micaZ), TOS_Msg is defined as:

+

while on a mote with a CC2420 radio (e.g., micaZ), TOS_Msg is defined as:

 typedef struct TOS_Msg {
   // The following fields are transmitted/received on the radio.
@@ -641,7 +628,10 @@ with a command-line option to ncc: 
 

3.3 Footer