[Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestArbiter/TestRoundRobinArbiter
TestArbiterAppC.nc, 1.1.2.2, 1.1.2.3 TestArbiterC.nc, 1.1.2.2,
1.1.2.3
Kevin Klues
klueska at users.sourceforge.net
Tue Aug 15 04:49:40 PDT 2006
- Previous message: [Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestArbiter/TestPriorityArbiter
Makefile, 1.1.2.1, NONE README.txt, 1.1.2.1,
NONE TestPriorityArbiterAppC.nc, 1.1.2.7,
NONE TestPriorityArbiterC.nc, 1.1.2.9, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces ResourceQueue.nc,
NONE, 1.1.2.1 ResourceRequested.nc, 1.1.2.4,
1.1.2.5 Resource.nc, 1.1.2.9, 1.1.2.10 ResourceController.nc,
1.1.2.3, 1.1.2.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestArbiter/TestRoundRobinArbiter
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2238/apps/tests/TestArbiter/TestRoundRobinArbiter
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
TestArbiterAppC.nc TestArbiterC.nc
Log Message:
Update to Resource and Power Manager stuff
Index: TestArbiterAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestArbiter/TestRoundRobinArbiter/TestArbiterAppC.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** TestArbiterAppC.nc 4 Feb 2006 01:10:33 -0000 1.1.2.2
--- TestArbiterAppC.nc 15 Aug 2006 11:49:38 -0000 1.1.2.3
***************
*** 78,83 ****
TestArbiterC -> MainC.Boot;
- MainC.SoftwareInit -> Arbiter;
-
TestArbiterC.Resource0 -> Arbiter.Resource[RESOURCE0_ID];
TestArbiterC.Resource1 -> Arbiter.Resource[RESOURCE1_ID];
--- 78,81 ----
Index: TestArbiterC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestArbiter/TestRoundRobinArbiter/TestArbiterC.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** TestArbiterC.nc 16 Feb 2006 16:48:11 -0000 1.1.2.2
--- TestArbiterC.nc 15 Aug 2006 11:49:38 -0000 1.1.2.3
***************
*** 68,72 ****
interface Resource as Resource0;
interface Resource as Resource1;
! interface Resource as Resource2;
interface Timer<TMilli> as Timer0;
interface Timer<TMilli> as Timer1;
--- 68,72 ----
interface Resource as Resource0;
interface Resource as Resource1;
! interface Resource as Resource2;
interface Timer<TMilli> as Timer0;
interface Timer<TMilli> as Timer1;
- Previous message: [Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestArbiter/TestPriorityArbiter
Makefile, 1.1.2.1, NONE README.txt, 1.1.2.1,
NONE TestPriorityArbiterAppC.nc, 1.1.2.7,
NONE TestPriorityArbiterC.nc, 1.1.2.9, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces ResourceQueue.nc,
NONE, 1.1.2.1 ResourceRequested.nc, 1.1.2.4,
1.1.2.5 Resource.nc, 1.1.2.9, 1.1.2.10 ResourceController.nc,
1.1.2.3, 1.1.2.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list