[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep108.txt,1.8,1.9
Kevin Klues
klueska at users.sourceforge.net
Wed Jan 10 00:46:54 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26543/txt
Modified Files:
tep108.txt
Log Message:
minor updates to TEP108 before finalization
Index: tep108.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep108.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** tep108.txt 8 Jan 2007 22:43:04 -0000 1.8
--- tep108.txt 10 Jan 2007 08:46:52 -0000 1.9
***************
*** 242,246 ****
The diagram below shows how a simple shared resource can be
built from a dedicated resource by using just the Resource interface
! provided by an arbiter.
/|\ /|\
--- 242,246 ----
The diagram below shows how a simple shared resource can be
built from a dedicated resource by using just the Resource interface
! provided by an arbiter.::
/|\ /|\
***************
*** 291,299 ****
In contrast to the parameterized Resource interface provided by an arbiter,
! only a single ArbiterInfo interface is provided. Its purpose is
to allow one to find out:
- Whether the resource for which it is arbitrating use is currently in use or not
! - Which client is using it.
One can view ArbiterInfo as an interface for obtaining global information about
--- 291,299 ----
In contrast to the parameterized Resource interface provided by an arbiter,
! only a single ArbiterInfo interface is provided. Its purpose is
to allow one to find out:
- Whether the resource for which it is arbitrating use is currently in use or not
! - Which client is using it.
One can view ArbiterInfo as an interface for obtaining global information about
***************
*** 635,647 ****
given below:
! Queuing Policies:
! - FcfsResourceQueueC
! - RoundRobinResourceQueueC
! Arbiters:
! - SimpleFcfsArbiterC
! - FcfsArbiterC
! - SimpleRoundRobinArbiterC
! - RoundRobinArbiterC
Keep in mind that neither the implementation of an arbiter nor its
--- 635,649 ----
given below:
! Queuing Policies:
!
! - FcfsResourceQueueC
! - RoundRobinResourceQueueC
! Arbiters:
!
! - SimpleFcfsArbiterC
! - FcfsArbiterC
! - SimpleRoundRobinArbiterC
! - RoundRobinArbiterC
Keep in mind that neither the implementation of an arbiter nor its
More information about the Tinyos-2-commits
mailing list