[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
TreeCollectionC.nc, 1.1.2.10, 1.1.2.11
Omprakash Gnawali
gnawali at users.sourceforge.net
Thu Jun 8 19:21:57 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4819
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
TreeCollectionC.nc
Log Message:
wiring change to add new am type sender/receiver for link estimator
Index: TreeCollectionC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/TreeCollectionC.nc,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -d -r1.1.2.10 -r1.1.2.11
*** TreeCollectionC.nc 7 Jun 2006 23:39:03 -0000 1.1.2.10
--- TreeCollectionC.nc 9 Jun 2006 02:21:55 -0000 1.1.2.11
***************
*** 84,91 ****
components new AMSenderC(AM_COLLECTION_CONTROL) as SendControl;
components new AMReceiverC(AM_COLLECTION_CONTROL) as ReceiveControl;
! components new TimerMilliC() as EstimatorTimer;
Estimator.AMSend -> SendControl;
Estimator.SubReceive -> ReceiveControl;
Estimator.SubPacket -> SendControl;
Estimator.SubAMPacket -> SendControl;
--- 84,95 ----
components new AMSenderC(AM_COLLECTION_CONTROL) as SendControl;
components new AMReceiverC(AM_COLLECTION_CONTROL) as ReceiveControl;
! components new AMSenderC(AM_LINKEST) as SendLinkEst;
! components new AMReceiverC(AM_LINKEST) as ReceiveLinkEst;
! components new TimerMilliC() as EstimatorTimer;
Estimator.AMSend -> SendControl;
Estimator.SubReceive -> ReceiveControl;
+ Estimator.AMSendLinkEst -> SendLinkEst;
+ Estimator.ReceiveLinkEst -> ReceiveLinkEst;
Estimator.SubPacket -> SendControl;
Estimator.SubAMPacket -> SendControl;
More information about the Tinyos-2-commits
mailing list