[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep118.txt, 1.2, 1.3 tep119.txt, 1.2, 1.3

Phil Levis scipio at users.sourceforge.net
Fri Sep 8 16:15:13 PDT 2006


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

Modified Files:
	tep118.txt tep119.txt 
Log Message:
Moving most recent TEP versions to trunk. Recompile HTML.


Index: tep118.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep118.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tep118.txt	12 Jul 2006 16:59:42 -0000	1.2
--- tep118.txt	8 Sep 2006 23:15:08 -0000	1.3
***************
*** 114,118 ****
    }
  
! The t argument MUST be able to fit in a single message_t[tep111_]  after
  considering the headers that the dissemination protocol introduces.
  A dissemination implementation SHOULD have a compile error if a larger
--- 114,118 ----
    }
  
! The t argument MUST be able to fit in a single message_t[1_]  after
  considering the headers that the dissemination protocol introduces.
  A dissemination implementation SHOULD have a compile error if a larger

Index: tep119.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep119.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tep119.txt	12 Jul 2006 16:59:43 -0000	1.2
--- tep119.txt	8 Sep 2006 23:15:08 -0000	1.3
***************
*** 196,205 ****
  component CollectionSenderC::
  
! generic configuration CollectionSenderC(collection_id_t collectid) {
!   provides {
!     interface Send;
!     interface Packet;
    }
- }
  
  This abstraction follows a similar virtualization approach to
--- 196,205 ----
  component CollectionSenderC::
  
!   generic configuration CollectionSenderC(collection_id_t collectid) {
!     provides {
!       interface Send;
!       interface Packet;
!     }
    }
  
  This abstraction follows a similar virtualization approach to



More information about the Tinyos-2-commits mailing list