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

Miklos Maroti mmaroti at users.sourceforge.net
Thu Jun 5 12:43:56 PDT 2008


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

Modified Files:
	RF230SnifferC.nc 
Log Message:
update RF230Sniffer to the new interfaces

Index: RF230SnifferC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RF230SnifferC.nc	16 May 2008 17:43:48 -0000	1.3
--- RF230SnifferC.nc	5 Jun 2008 19:43:20 -0000	1.4
***************
*** 28,44 ****
  implementation
  {
! 	components RF230SnifferP, MainC, SerialActiveMessageC, RF230LayerC, RF230ActiveMessageP, RF230PacketC, IEEE154PacketC, AssertC;
! 
  	RF230SnifferP.Boot -> MainC;
  	RF230SnifferP.SplitControl -> SerialActiveMessageC;
- 
  	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;
  }
--- 28,42 ----
  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
+ 	components new TimerMilliC();
  }



More information about the Tinyos-2-commits mailing list