[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX RadioDataLinkC.nc, 1.1.2.11, 1.1.2.12

akoepke andreaskoepke at users.sourceforge.net
Fri Dec 8 07:36:45 PST 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	RadioDataLinkC.nc 
Log Message:
make MAC selection easy


Index: RadioDataLinkC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/RadioDataLinkC.nc,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -C2 -d -r1.1.2.11 -r1.1.2.12
*** RadioDataLinkC.nc	30 Nov 2006 13:27:53 -0000	1.1.2.11
--- RadioDataLinkC.nc	8 Dec 2006 15:36:43 -0000	1.1.2.12
***************
*** 52,58 ****
          Uart4b6bPhyC as UartPhy,                 //The UartPhy turns Bits into Bytes
          PacketSerializerP  as PacketSerializer,  //The PacketSerializer turns Bytes into Packets
!         //BasicMacC as Mac,                         //The MAC protocol to use
          CsmaMacC as Mac,                         //The MAC protocol to use
! 
              LinkLayerC as Llc;                       //The Link Layer Control module to use
      
--- 52,58 ----
          Uart4b6bPhyC as UartPhy,                 //The UartPhy turns Bits into Bytes
          PacketSerializerP  as PacketSerializer,  //The PacketSerializer turns Bytes into Packets
!         // RedMacC as Mac,                         //The MAC protocol to use
          CsmaMacC as Mac,                         //The MAC protocol to use
!         
              LinkLayerC as Llc;                       //The Link Layer Control module to use
      



More information about the Tinyos-2-commits mailing list