[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris TimeSyncMessageC.nc, 1.4, 1.5 platform_message.h, 1.6, 1.7

Miklos Maroti mmaroti at users.sourceforge.net
Thu Apr 2 15:11:05 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8578

Modified Files:
	TimeSyncMessageC.nc platform_message.h 
Log Message:
change metadata handling, 
remove the RF2xxPacket component, move functionality to RF2xxActiveMessage,
prepare blip support (RF2xxMessageC)


Index: TimeSyncMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/TimeSyncMessageC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TimeSyncMessageC.nc	10 Mar 2009 20:39:18 -0000	1.4
--- TimeSyncMessageC.nc	2 Apr 2009 22:11:01 -0000	1.5
***************
*** 45,49 ****
  implementation
  {
! 	components GenericTimeSyncMessageC as MAC, LocalTimeMicroC, RF230PacketC;
    
  	SplitControl	= MAC;
--- 45,49 ----
  implementation
  {
! 	components GenericTimeSyncMessageC as MAC, LocalTimeMicroC, RF230DriverLayerC;
    
  	SplitControl	= MAC;
***************
*** 58,62 ****
  	TimeSyncPacketMilli	= MAC;
  
! 	MAC.PacketTimeSyncOffset -> RF230PacketC.PacketTimeSyncOffset;
  	MAC.LocalTimeRadio -> LocalTimeMicroC;
  }
--- 58,62 ----
  	TimeSyncPacketMilli	= MAC;
  
! 	MAC.PacketTimeSyncOffset -> RF230DriverLayerC.PacketTimeSyncOffset;
  	MAC.LocalTimeRadio -> LocalTimeMicroC;
  }

Index: platform_message.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/platform_message.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** platform_message.h	10 Mar 2009 20:39:18 -0000	1.6
--- platform_message.h	2 Apr 2009 22:11:03 -0000	1.7
***************
*** 24,28 ****
  #define PLATFORM_MESSAGE_H
  
! #include <RF230Packet.h>
  #include <Serial.h>
  
--- 24,28 ----
  #define PLATFORM_MESSAGE_H
  
! #include <RF230ActiveMessage.h>
  #include <Serial.h>
  



More information about the Tinyos-2-commits mailing list