]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
First, we'll pull the new FifoQueue component out of the baseline for now so its...
authorrincon <rincon>
Sat, 23 Jun 2007 05:14:40 +0000 (05:14 +0000)
committerrincon <rincon>
Sat, 23 Jun 2007 05:14:40 +0000 (05:14 +0000)
commite5d237c8133ac502718e4fe545add4368bfa60db
tree25898e7c805e8000431c431392d3d2eaed1c81fd
parent6344a033909699655c239cde5beb8c81ea09462d
First, we'll pull the new FifoQueue component out of the baseline for now so its interface is not permanently cast into TinyOS.  Then, we'll define some broad, useful Queue interface to support many the types of behavior, including the ones you are mentioning.  Finally, we (anybody) can implement various Queues using the unified Queue interfaces.
tos/interfaces/FifoQueue.nc [deleted file]
tos/system/FifoQueueC.nc [deleted file]
tos/system/FifoQueueP.nc [deleted file]