[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/rf230/RF230Sniffer RF230SnifferC.nc, 1.7, 1.8
Miklos Maroti
mmaroti at users.sourceforge.net
Thu Apr 2 15:12:03 PDT 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230C.nc, 1.10, 1.11 RadioConfig.h, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/layers ActiveMessageLayer.h, NONE, 1.1 ActiveMessageLayerP.nc, NONE, 1.1 IEEE154MessageConfig.nc, NONE, 1.1 IEEE154MessageLayer.h, NONE, 1.1 IEEE154MessageLayer.nc, NONE, 1.1 IEEE154MessageLayerC.nc, NONE, 1.1 IEEE154MessageLayerP.nc, NONE, 1.1 LowPowerListeningConfig.nc, NONE, 1.1 LowpanNetworkConfig.nc, NONE, 1.1 LowpanNetworkLayer.h, NONE, 1.1 LowpanNetworkLayerC.nc, NONE, 1.1 ActiveMessageConfig.nc, 1.1, 1.2 ActiveMessageLayerC.nc, 1.1, 1.2 LowPowerListeningLayerC.nc, 1.3, 1.4 LowPowerListeningLayerP.nc, 1.3, 1.4 IEEE154NetworkLayerC.nc, 1.3, NONE IEEE154NetworkLayerP.nc, 1.3, NONE IEEE154PacketLayer.h, 1.1, NONE IEEE154PacketLayer.nc, 1.1, NONE IEEE154PacketLayerC.nc, 1.1, NONE IEEE154PacketLayerP.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8696
Modified Files:
RF230SnifferC.nc
Log Message:
change metadata handling,
remove the RF2xxPacket component, move functionality to RF2xxActiveMessage,
prepare blip support (RF2xxMessageC)
Index: RF230SnifferC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** RF230SnifferC.nc 29 Mar 2009 21:12:43 -0000 1.7
--- RF230SnifferC.nc 2 Apr 2009 22:11:59 -0000 1.8
***************
*** 28,32 ****
implementation
{
! components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154Packet2C, AssertC;
RF230SnifferP.Boot -> MainC;
--- 28,32 ----
implementation
{
! components RF230SnifferP, MainC, SerialActiveMessageC, AssertC;
RF230SnifferP.Boot -> MainC;
***************
*** 34,40 ****
RF230SnifferP.RadioState -> RF230DriverLayerC;
RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
! RF230ActiveMessageP.IEEE154Packet2 -> IEEE154Packet2C;
// just to avoid a timer compilation bug
--- 34,51 ----
RF230SnifferP.RadioState -> RF230DriverLayerC;
+ components RF230DriverLayerC;
+ RF230DriverLayerC.PacketRF230Metadata -> RF230ActiveMessageP;
RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
+ RF230DriverLayerC.PacketTimeStamp -> TimeStampingLayerC;
! components MetadataFlagsLayerC;
! MetadataFlagsLayerC.PacketFlagsMetadata -> RF230ActiveMessageP;
!
! components RF230ActiveMessageP, IEEE154PacketLayerC;
! RF230ActiveMessageP.IEEE154PacketLayer -> IEEE154PacketLayerC;
!
! components TimeStampingLayerC;
! TimeStampingLayerC.LocalTimeRadio -> RF230DriverLayerC;
! TimeStampingLayerC.PacketTimeStampMetadata -> RF230ActiveMessageP;
// just to avoid a timer compilation bug
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230C.nc, 1.10, 1.11 RadioConfig.h, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/layers ActiveMessageLayer.h, NONE, 1.1 ActiveMessageLayerP.nc, NONE, 1.1 IEEE154MessageConfig.nc, NONE, 1.1 IEEE154MessageLayer.h, NONE, 1.1 IEEE154MessageLayer.nc, NONE, 1.1 IEEE154MessageLayerC.nc, NONE, 1.1 IEEE154MessageLayerP.nc, NONE, 1.1 LowPowerListeningConfig.nc, NONE, 1.1 LowpanNetworkConfig.nc, NONE, 1.1 LowpanNetworkLayer.h, NONE, 1.1 LowpanNetworkLayerC.nc, NONE, 1.1 ActiveMessageConfig.nc, 1.1, 1.2 ActiveMessageLayerC.nc, 1.1, 1.2 LowPowerListeningLayerC.nc, 1.3, 1.4 LowPowerListeningLayerP.nc, 1.3, 1.4 IEEE154NetworkLayerC.nc, 1.3, NONE IEEE154NetworkLayerP.nc, 1.3, NONE IEEE154PacketLayer.h, 1.1, NONE IEEE154PacketLayer.nc, 1.1, NONE IEEE154PacketLayerC.nc, 1.1, NONE IEEE154PacketLayerP.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list