[Tinyos-2-commits]
CVS: tinyos-2.x/tos/lib/net/le LinkEstimatorP.nc, 1.11, 1.12
Omprakash Gnawali
gnawali at users.sourceforge.net
Wed Dec 5 14:37:04 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2033
Modified Files:
LinkEstimatorP.nc
Log Message:
make the signature compatible with 4bitle so apps can compile le or 4bitle
Index: LinkEstimatorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le/LinkEstimatorP.nc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** LinkEstimatorP.nc 16 Nov 2007 23:14:49 -0000 1.11
--- LinkEstimatorP.nc 5 Dec 2007 22:37:02 -0000 1.12
***************
*** 40,43 ****
--- 40,44 ----
interface Init;
interface Packet;
+ interface CompareBit;
}
***************
*** 47,50 ****
--- 48,53 ----
interface Packet as SubPacket;
interface Receive as SubReceive;
+ interface LinkPacketMetadata;
+ interface Random;
}
}
More information about the Tinyos-2-commits
mailing list