[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/rf230/RF230Sniffer RF230SnifferC.nc, 1.4, 1.5 RF230SnifferP.nc, 1.3, 1.4

Miklos Maroti mmaroti at users.sourceforge.net
Sun Mar 8 16:23:55 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18698

Modified Files:
	RF230SnifferC.nc RF230SnifferP.nc 
Log Message:
rename everything to support the RF212 

Index: RF230SnifferC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RF230SnifferC.nc	5 Jun 2008 19:43:20 -0000	1.4
--- RF230SnifferC.nc	8 Mar 2009 23:23:53 -0000	1.5
***************
*** 28,40 ****
  implementation
  {
! 	components RF230SnifferP, MainC, SerialActiveMessageC, RF230LayerC, RF230ActiveMessageP, IEEE154PacketC, AssertC;
  	
  	RF230SnifferP.Boot -> MainC;
  	RF230SnifferP.SplitControl -> SerialActiveMessageC;
! 	RF230SnifferP.RadioState -> RF230LayerC;
  
! 	RF230LayerC.RF230Config -> RF230ActiveMessageP;
  
! 	RF230ActiveMessageP.IEEE154Packet -> IEEE154PacketC;
  
  	// just to avoid a timer compilation bug
--- 28,40 ----
  implementation
  {
! 	components RF230SnifferP, MainC, SerialActiveMessageC, RF2xxDriverLayerC, RF2xxActiveMessageP, IEEE154PacketC, AssertC;
  	
  	RF230SnifferP.Boot -> MainC;
  	RF230SnifferP.SplitControl -> SerialActiveMessageC;
! 	RF230SnifferP.RadioState -> RF2xxDriverLayerC;
  
! 	RF2xxDriverLayerC.RF2xxDriverConfig -> RF2xxActiveMessageP;
  
! 	RF2xxActiveMessageP.IEEE154Packet -> IEEE154PacketC;
  
  	// just to avoid a timer compilation bug

Index: RF230SnifferP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RF230SnifferP.nc	16 May 2008 17:43:48 -0000	1.3
--- RF230SnifferP.nc	8 Mar 2009 23:23:53 -0000	1.4
***************
*** 22,26 ****
   */
  
! #include <RF230Packet.h>
  #include <Tasklet.h>
  #include <message.h>
--- 22,26 ----
   */
  
! #include <RF2xxPacket.h>
  #include <Tasklet.h>
  #include <message.h>



More information about the Tinyos-2-commits mailing list