[Tinyos-2-commits] CVS: tinyos-2.x/tos/system FcfsPriorityArbiterC.nc, 1.4, 1.5

Kevin Klues klueska at users.sourceforge.net
Sun Feb 4 11:56:48 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6855/tos/system

Modified Files:
	FcfsPriorityArbiterC.nc 
Log Message:
Update of files to align them with TEP108 changes to ResourceController interface to rename it to ResourceDefaultOwner.  TEP103 hasn't been altered, and we still need to decide what should be done with it exactly.

Index: FcfsPriorityArbiterC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/FcfsPriorityArbiterC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FcfsPriorityArbiterC.nc	12 Dec 2006 18:23:47 -0000	1.4
--- FcfsPriorityArbiterC.nc	4 Feb 2007 19:56:46 -0000	1.5
***************
*** 63,67 ****
   * This component provides the Resource, ArbiterInfo, and Resource
   * Controller interfaces and uses the ResourceConfigure interface as
!  * described in TEP 108.  An additional ResourceController interface is
   * provided to allow clients of differing Priorities to control the
   * Resource according to some policy implemented in an external
--- 63,67 ----
   * This component provides the Resource, ArbiterInfo, and Resource
   * Controller interfaces and uses the ResourceConfigure interface as
!  * described in TEP 108.  An additional ResourceDefaultOwner interface is
   * provided to allow clients of differing Priorities to control the
   * Resource according to some policy implemented in an external
***************
*** 86,91 ****
      interface Init;
      interface Resource[uint8_t id];
!     interface ResourceController as HighPriorityClient;
!     interface ResourceController as LowPriorityClient;
      interface ArbiterInfo;
    }
--- 86,91 ----
      interface Init;
      interface Resource[uint8_t id];
!     interface ResourceDefaultOwner as HighPriorityClient;
!     interface ResourceDefaultOwner as LowPriorityClient;
      interface ArbiterInfo;
    }



More information about the Tinyos-2-commits mailing list