[Tinyos-2-commits]
CVS: tinyos-2.x/support/sdk/java/net/tinyos/message
Message.java, 1.1.2.3, 1.1.2.3.2.1
Kevin Klues
klueska at users.sourceforge.net
Mon May 15 11:36:01 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/make tinynode.target,
NONE, 1.1.4.2 clean.target, 1.1.2.2,
1.1.2.2.6.1 mica2dot.target, 1.1.2.2, 1.1.2.2.6.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c README, NONE,
1.1.4.2 message.c, NONE, 1.1.4.2 message.h, NONE,
1.1.4.2 prettylisten.c, NONE, 1.1.4.2 .cvsignore, 1.1.2.1,
1.1.2.1.2.1 Makefile.am, 1.1.2.1, 1.1.2.1.2.1 serialsource.c,
1.1.2.1, 1.1.2.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/message
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18756/support/sdk/java/net/tinyos/message
Modified Files:
Tag: tos-2-resource-pm-eval-cand
Message.java
Log Message:
Merging the development branch with the resource/power management evaluation branch. After this merge all files except those already commited should be identical.
Index: Message.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/message/Attic/Message.java,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.3.2.1
diff -C2 -d -r1.1.2.3 -r1.1.2.3.2.1
*** Message.java 8 Feb 2006 18:27:30 -0000 1.1.2.3
--- Message.java 15 May 2006 18:35:29 -0000 1.1.2.3.2.1
***************
*** 454,458 ****
if (bitOffset > 0) {
length -= 8 - bitOffset;
! val = (ubyte(byteOffset) & ((1 << (8 - bitOffset)) - 1)) << length;
byteOffset++;
}
--- 454,458 ----
if (bitOffset > 0) {
length -= 8 - bitOffset;
! val = (long)(ubyte(byteOffset) & ((1 << (8 - bitOffset)) - 1)) << length;
byteOffset++;
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/make tinynode.target,
NONE, 1.1.4.2 clean.target, 1.1.2.2,
1.1.2.2.6.1 mica2dot.target, 1.1.2.2, 1.1.2.2.6.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c README, NONE,
1.1.4.2 message.c, NONE, 1.1.4.2 message.h, NONE,
1.1.4.2 prettylisten.c, NONE, 1.1.4.2 .cvsignore, 1.1.2.1,
1.1.2.1.2.1 Makefile.am, 1.1.2.1, 1.1.2.1.2.1 serialsource.c,
1.1.2.1, 1.1.2.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list