[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/le LinkEstimatorP.nc, 1.4, 1.5 LinkSrcPacket.nc, 1.4, NONE

Phil Levis scipio at users.sourceforge.net
Wed Feb 7 16:23:39 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14593

Modified Files:
	LinkEstimatorP.nc 
Removed Files:
	LinkSrcPacket.nc 
Log Message:
Remove LinkSrcPacket.nc


Index: LinkEstimatorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le/LinkEstimatorP.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** LinkEstimatorP.nc	12 Dec 2006 18:23:29 -0000	1.4
--- LinkEstimatorP.nc	8 Feb 2007 00:23:34 -0000	1.5
***************
*** 40,44 ****
      interface Init;
      interface Packet;
-     interface LinkSrcPacket;
    }
  
--- 40,43 ----
***************
*** 560,568 ****
  
  
-   // get the link layer source address for the incoming packet
-   command am_addr_t LinkSrcPacket.getSrc(message_t* msg) {
-     return call SubAMPacket.source(msg);
-   }
- 
    // user of link estimator calls send here
    // slap the header and footer before sending the message
--- 559,562 ----

--- LinkSrcPacket.nc DELETED ---



More information about the Tinyos-2-commits mailing list