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

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


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9631/tos/platforms/iris

Modified Files:
	ActiveMessageC.nc platform_message.h 
Log Message:
rename RF230 specific files to conform the TEP naming conventions

Index: ActiveMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/ActiveMessageC.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ActiveMessageC.nc	13 May 2008 19:48:00 -0000	1.6
--- ActiveMessageC.nc	16 May 2008 17:43:48 -0000	1.7
***************
*** 46,50 ****
  implementation
  {
! 	components DefaultMacC as MAC;
  
  	SplitControl = MAC;
--- 46,50 ----
  implementation
  {
! 	components RF230ActiveMessageC as MAC;
  
  	SplitControl = MAC;

Index: platform_message.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/platform_message.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** platform_message.h	20 Feb 2008 01:07:04 -0000	1.3
--- platform_message.h	16 May 2008 17:43:48 -0000	1.4
***************
*** 63,80 ****
  #define PLATFORM_MESSAGE_H
  
! #include <DefaultPacket.h>
  #include <Serial.h>
  
  typedef union message_header {
! 	defpacket_header_t rf230;
  	serial_header_t serial;
  } message_header_t;
  
  typedef union message_footer {
! 	defpacket_footer_t rf230;
  } message_footer_t;
  
  typedef union message_metadata {
! 	defpacket_metadata_t rf230;
  } message_metadata_t;
  
--- 63,80 ----
  #define PLATFORM_MESSAGE_H
  
! #include <RF230Packet.h>
  #include <Serial.h>
  
  typedef union message_header {
! 	rf230packet_header_t rf230;
  	serial_header_t serial;
  } message_header_t;
  
  typedef union message_footer {
! 	rf230packet_footer_t rf230;
  } message_footer_t;
  
  typedef union message_metadata {
! 	rf230packet_metadata_t rf230;
  } message_metadata_t;
  



More information about the Tinyos-2-commits mailing list