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

Phil Levis scipio at users.sourceforge.net
Tue Mar 27 22:46:31 PDT 2007


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

Modified Files:
	tep116.txt 
Log Message:
Add source fields.


Index: tep116.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep116.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tep116.txt	21 Mar 2007 06:47:18 -0000	1.9
--- tep116.txt	28 Mar 2007 05:46:28 -0000	1.10
***************
*** 222,226 ****
--- 222,228 ----
      command am_addr_t address();
      command am_addr_t destination(message_t* amsg);
+     command am_addr_t source(message_t* amsg);
      command void setDestination(message_t* amsg, am_addr_t addr);
+     command void setSource(message_t* amsg, am_addr_t addr);
      command bool isForMe(message_t* amsg);
      command am_id_t type(message_t* amsg);



More information about the Tinyos-2-commits mailing list