[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSimTimers
script.py, 1.1, 1.2
Phil Levis
scipio at users.sourceforge.net
Wed Jul 4 08:53:59 PDT 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSimTimers
TestTimerC.nc, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tossim TOSSIM.py, 1.4,
1.5 packet.c, 1.2, 1.3 packet.h, 1.2, 1.3 packet.i, 1.2,
1.3 sim_packet.c, 1.4, 1.5 sim_packet.h, 1.4,
1.5 tossim_wrap.cxx, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSimTimers
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30730/apps/tests/TestSimTimers
Modified Files:
script.py
Log Message:
Simulation test cases.
Index: script.py
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSimTimers/script.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** script.py 10 Apr 2007 01:23:13 -0000 1.1
--- script.py 4 Jul 2007 15:53:56 -0000 1.2
***************
*** 15,19 ****
m1.bootAtTime(345321);
! for i in range(0, 1000000):
t.runNextEvent();
--- 15,19 ----
m1.bootAtTime(345321);
! for i in range(0, 10000):
t.runNextEvent();
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSimTimers
TestTimerC.nc, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tossim TOSSIM.py, 1.4,
1.5 packet.c, 1.2, 1.3 packet.h, 1.2, 1.3 packet.i, 1.2,
1.3 sim_packet.c, 1.4, 1.5 sim_packet.h, 1.4,
1.5 tossim_wrap.cxx, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list