[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestArbiter/TestRoundRobinArbiter TestArbiterAppC.nc, 1.1.4.2, 1.1.4.3

Kevin Klues klueska at users.sourceforge.net
Wed Jun 21 09:02:07 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestArbiter/TestRoundRobinArbiter
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21075/apps/tests/TestArbiter/TestRoundRobinArbiter

Modified Files:
      Tag: tos-2-resource-pm-eval-cand
	TestArbiterAppC.nc 
Log Message:
Updated to reflect changes to the newly propsed resource TEP

Index: TestArbiterAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestArbiter/TestRoundRobinArbiter/Attic/TestArbiterAppC.nc,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -C2 -d -r1.1.4.2 -r1.1.4.3
*** TestArbiterAppC.nc	15 May 2006 18:35:24 -0000	1.1.4.2
--- TestArbiterAppC.nc	21 Jun 2006 16:02:04 -0000	1.1.4.3
***************
*** 68,72 ****
    new TimerMilliC() as Timer1,
    new TimerMilliC() as Timer2,
!   new RoundRobinArbiterC(TEST_ARBITER_RESOURCE) as Arbiter;
  
       enum {
--- 68,72 ----
    new TimerMilliC() as Timer1,
    new TimerMilliC() as Timer2,
!   new ControlledRoundRobinArbiterC(TEST_ARBITER_RESOURCE) as Arbiter;
  
       enum {



More information about the Tinyos-2-commits mailing list