[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/lpl DefaultLplP.nc, 1.3, 1.4

Phil Levis scipio at users.sourceforge.net
Thu Sep 13 16:10:49 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/lpl
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27056/tos/chips/cc2420/lpl

Modified Files:
	DefaultLplP.nc 
Log Message:
The big interface switchover for Packet, Send, Receive, and AMSend.


Index: DefaultLplP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/lpl/DefaultLplP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DefaultLplP.nc	10 Jul 2007 16:53:53 -0000	1.3
--- DefaultLplP.nc	13 Sep 2007 23:10:16 -0000	1.4
***************
*** 303,308 ****
    }
  
!   command void *Send.getPayload(message_t* msg) {
!     return call SubSend.getPayload(msg);
    }
    
--- 303,308 ----
    }
  
!   command void *Send.getPayload(message_t* msg, uint8_t len) {
!     return call SubSend.getPayload(msg, len);
    }
    
***************
*** 328,340 ****
    }
    
-   /***************** Receive Commands ***************/
-   command void *Receive.getPayload(message_t* msg, uint8_t* len) {
-     return call SubReceive.getPayload(msg, len);
-   }
- 
-   command uint8_t Receive.payloadLength(message_t* msg) {
-     return call SubReceive.payloadLength(msg);
-   }
- 
  
    /***************** DutyCycle Events ***************/
--- 328,331 ----



More information about the Tinyos-2-commits mailing list