[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250/mac
CsmaMacC.nc, 1.1.2.2, 1.1.2.3
Henri DF
henridf at users.sourceforge.net
Sat May 27 14:23:17 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/mac
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28394/tos/chips/tda5250/mac
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
CsmaMacC.nc
Log Message:
Wire ActiveMessageC's Init at the lowest layer possible, in observance of TEP107.
http://mail.millennium.berkeley.edu/pipermail/tinyos-devel/2006-March/000998.html
Index: CsmaMacC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/mac/Attic/CsmaMacC.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** CsmaMacC.nc 29 Mar 2006 18:06:05 -0000 1.1.2.2
--- CsmaMacC.nc 27 May 2006 21:23:15 -0000 1.1.2.3
***************
*** 39,43 ****
configuration CsmaMacC {
provides {
- interface Init;
interface SplitControl;
interface Send;
--- 39,42 ----
***************
*** 61,68 ****
new TimerMilliC() as RxPacketTimer,
new TimerMilliC() as BackoffTimer,
RandomLfsrC;
! Init = CsmaMacP;
! Init = Cca;
SplitControl = CsmaMacP;
--- 60,67 ----
new TimerMilliC() as RxPacketTimer,
new TimerMilliC() as BackoffTimer,
+ MainC,
RandomLfsrC;
! MainC.SoftwareInit -> CsmaMacP;
SplitControl = CsmaMacP;
More information about the Tinyos-2-commits
mailing list