
BackDropQueue |
ptolemy.domains.ci.lib.BackDropQueue |
an push-pull FIFO queue.
Author(s): Yang Zhao, based on Queue by Jie Liu, Christopher Hylands
Version:$Id: BackDropQueue.doc.html,v 1.1 2006/02/22 18:40:26 mangal Exp $
Pt.Proposed Rating:Yellow (cxh)
Pt.Accepted Rating:Yellow (cxh)
length
The output port on which the queue size is broadcast.
The default type is integer.
dropped
The output port on which dropped tokens are broadcast.
A token is dropped if the queue size is smaller than the capacity.
The default type is the same as the type of the input port.
capacity
The capacity of the queue. The initial default is an integer
of value 1.