[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore/java/net/tinyos/eventlogger
EventLoggerSchema.java, 1.1, 1.2
Gilman Tolle
gtolle at users.sourceforge.net
Tue Sep 7 15:15:42 PDT 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/java/net/tinyos/eventlogger
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28859/java/net/tinyos/eventlogger
Modified Files:
EventLoggerSchema.java
Log Message:
Added XSM Sounder to Deployer Response
Debug/Testing code for Drip and PowerMgmt
Cleanups
Added a copy of the most recent compiled XSM binary.
Index: EventLoggerSchema.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/java/net/tinyos/eventlogger/EventLoggerSchema.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** EventLoggerSchema.java 22 Jul 2004 18:04:35 -0000 1.1
--- EventLoggerSchema.java 7 Sep 2004 22:15:39 -0000 1.2
***************
*** 18,22 ****
int key = Integer.parseInt(tokens[0]);
String text = tokens[1].substring(1, tokens[1].length()-1);
! System.out.println("" + key + " (" + text + ")");
SchemaEntry se = new SchemaEntry(key, text);
--- 18,22 ----
int key = Integer.parseInt(tokens[0]);
String text = tokens[1].substring(1, tokens[1].length()-1);
! System.err.println("" + key + " (" + text + ")");
SchemaEntry se = new SchemaEntry(key, text);
More information about the Tinyos-beta-commits
mailing list