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

Miklos Maroti mmaroti at users.sourceforge.net
Fri May 16 10:43:50 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9631/apps/tests/rf230/RF230Sniffer

Modified Files:
	RF230SnifferC.nc RF230SnifferP.nc 
Log Message:
rename RF230 specific files to conform the TEP naming conventions

Index: RF230SnifferC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RF230SnifferC.nc	7 May 2008 20:40:30 -0000	1.2
--- RF230SnifferC.nc	16 May 2008 17:43:48 -0000	1.3
***************
*** 28,32 ****
  implementation
  {
! 	components RF230SnifferP, MainC, SerialActiveMessageC, RF230LayerC, DefaultMacP, DefaultPacketC, IEEE154PacketC, AssertC;
  
  	RF230SnifferP.Boot -> MainC;
--- 28,32 ----
  implementation
  {
! 	components RF230SnifferP, MainC, SerialActiveMessageC, RF230LayerC, RF230ActiveMessageP, RF230PacketC, IEEE154PacketC, AssertC;
  
  	RF230SnifferP.Boot -> MainC;
***************
*** 35,43 ****
  	RF230SnifferP.RadioState -> RF230LayerC;
  
! 	RF230LayerC.RF230Config -> DefaultMacP;
! 	RF230LayerC.PacketLinkQuality -> DefaultPacketC.PacketLinkQuality;
! 	RF230LayerC.PacketTransmitPower -> DefaultPacketC.PacketTransmitPower;
! 	RF230LayerC.PacketTimeStamp -> DefaultPacketC.PacketTimeStamp;
  
! 	DefaultMacP.IEEE154Packet -> IEEE154PacketC;
  }
--- 35,44 ----
  	RF230SnifferP.RadioState -> RF230LayerC;
  
! 	RF230LayerC.RF230Config -> RF230ActiveMessageP;
! 	RF230LayerC.PacketLinkQuality -> RF230PacketC.PacketLinkQuality;
! 	RF230LayerC.PacketRSSI -> RF230PacketC.PacketRSSI;
! 	RF230LayerC.PacketTransmitPower -> RF230PacketC.PacketTransmitPower;
! 	RF230LayerC.PacketTimeStamp -> RF230PacketC.PacketTimeStamp;
  
! 	RF230ActiveMessageP.IEEE154Packet -> IEEE154PacketC;
  }

Index: RF230SnifferP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RF230SnifferP.nc	7 May 2008 20:39:57 -0000	1.2
--- RF230SnifferP.nc	16 May 2008 17:43:48 -0000	1.3
***************
*** 22,26 ****
   */
  
! #include <DefaultPacket.h>
  #include <Tasklet.h>
  #include <message.h>
--- 22,26 ----
   */
  
! #include <RF230Packet.h>
  #include <Tasklet.h>
  #include <message.h>



More information about the Tinyos-2-commits mailing list