[Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestArbiter/TestFcfsArbiter
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:02 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestPowerManager
MyComponentC.nc, 1.1.2.8, 1.1.2.9 MyComponentP.nc, 1.1.2.5,
1.1.2.6 TestPowerManagerAppC.nc, 1.1.2.5,
1.1.2.6 TestPowerManagerC.nc, 1.1.2.4, 1.1.2.5
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestArbiter/TestFcfsArbiter
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1803/apps/tests/TestArbiter/TestFcfsArbiter
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/TestFcfsArbiter/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:00 -0000 1.1.2.3
***************
*** 77,82 ****
TestArbiterC -> MainC.Boot;
-
- MainC.SoftwareInit -> Arbiter;
TestArbiterC.Resource0 -> Arbiter.Resource[RESOURCE0_ID];
--- 77,80 ----
Index: TestArbiterC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestArbiter/TestFcfsArbiter/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:10 -0000 1.1.2.2
--- TestArbiterC.nc 15 Aug 2006 11:49:00 -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/TestPowerManager
MyComponentC.nc, 1.1.2.8, 1.1.2.9 MyComponentP.nc, 1.1.2.5,
1.1.2.6 TestPowerManagerAppC.nc, 1.1.2.5,
1.1.2.6 TestPowerManagerC.nc, 1.1.2.4, 1.1.2.5
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list