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

Miklos Maroti mmaroti at users.sourceforge.net
Tue Mar 10 12:40:52 PDT 2009


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

Modified Files:
	Makefile RF230SnifferC.nc RF230SnifferP.nc 
Log Message:
go back to RF230* names

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	7 May 2008 20:40:30 -0000	1.2
--- Makefile	10 Mar 2009 19:40:50 -0000	1.3
***************
*** 3,6 ****
  CFLAGS += -DTASKLET_IS_TASK
  CFLAGS += -DDIAGMSG_RECORDED_MSGS=60
! CFLAGS += -DRF230_DEBUG -DRF230_DEBUG_MESSAGES
  include $(MAKERULES)
--- 3,6 ----
  CFLAGS += -DTASKLET_IS_TASK
  CFLAGS += -DDIAGMSG_RECORDED_MSGS=60
! CFLAGS += -DRADIO_DEBUG -DRADIO_DEBUG_MESSAGES
  include $(MAKERULES)

Index: RF230SnifferC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** RF230SnifferC.nc	8 Mar 2009 23:23:53 -0000	1.5
--- RF230SnifferC.nc	10 Mar 2009 19:40:50 -0000	1.6
***************
*** 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
--- 28,40 ----
  implementation
  {
! 	components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154PacketC, AssertC;
  	
  	RF230SnifferP.Boot -> MainC;
  	RF230SnifferP.SplitControl -> SerialActiveMessageC;
! 	RF230SnifferP.RadioState -> RF230DriverLayerC;
  
! 	RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
  
! 	RF230ActiveMessageP.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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RF230SnifferP.nc	8 Mar 2009 23:23:53 -0000	1.4
--- RF230SnifferP.nc	10 Mar 2009 19:40:50 -0000	1.5
***************
*** 22,28 ****
   */
  
- #include <RF2xxPacket.h>
  #include <Tasklet.h>
- #include <message.h>
  
  module RF230SnifferP
--- 22,26 ----



More information about the Tinyos-2-commits mailing list