Update of /cvsroot/firebug/fireboard/beta/fireworks/apps/MultihopLinkEstimator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2184
Modified Files:
MultihopLinkEstimator.nc
Log Message:
Minor changes to configuration
Index: MultihopLinkEstimator.nc
===================================================================
RCS file: /cvsroot/firebug/fireboard/beta/fireworks/apps/MultihopLinkEstimator/MultihopLinkEstimator.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MultihopLinkEstimator.nc 8 Aug 2005 17:14:20 -0000 1.2
--- MultihopLinkEstimator.nc 8 Aug 2005 17:46:49 -0000 1.3
***************
*** 73,77 ****
/* Additions for Link Estimation */
! multihopM.ReceiveMsg[AM_LEMSG] -> Comm.ReceiveMsg[AM_LINKESTIMATORMSG];
MultihopLinkEstimatorM.SendLinkEstimate -> multihopM.Send[AM_LINKESTIMATORMSG];
--- 73,77 ----
/* Additions for Link Estimation */
! multihopM.ReceiveMsg[AM_LINKESTIMATORMSG] -> Comm.ReceiveMsg[AM_LINKESTIMATORMSG];
MultihopLinkEstimatorM.SendLinkEstimate -> multihopM.Send[AM_LINKESTIMATORMSG];
|