[Tinyos-2-commits]
CVS: tinyos-2.x/tos/lib/net/ctp CtpP.nc, 1.1.2.10, 1.1.2.11
Omprakash Gnawali
gnawali at users.sourceforge.net
Wed Nov 1 13:40:38 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28425/ctp
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
CtpP.nc
Log Message:
remove unused code related to linkestimator generating its own traffic
Index: CtpP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/Attic/CtpP.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
*** CtpP.nc 31 Oct 2006 01:32:49 -0000 1.1.2.10
--- CtpP.nc 1 Nov 2006 21:40:36 -0000 1.1.2.11
***************
*** 175,181 ****
components new AMSenderC(AM_CTP_ROUTING) as SendControl;
components new AMReceiverC(AM_CTP_ROUTING) as ReceiveControl;
- components new AMSenderC(AM_LINKEST) as SendLinkEst;
- components new AMReceiverC(AM_LINKEST) as ReceiveLinkEst;
- components new TimerMilliC() as EstimatorTimer;
LinkEstimator = Estimator;
--- 175,178 ----
***************
*** 183,188 ****
Estimator.AMSend -> SendControl;
Estimator.SubReceive -> ReceiveControl;
- Estimator.AMSendLinkEst -> SendLinkEst;
- Estimator.ReceiveLinkEst -> ReceiveLinkEst;
Estimator.SubPacket -> SendControl;
Estimator.SubAMPacket -> SendControl;
--- 180,183 ----
More information about the Tinyos-2-commits
mailing list