FrontDropQueue
ptolemy.domains.ci.lib.FrontDropQueue

an push-pull FIFO queue.

Author(s): Yang Zhao, based on Queue by Jie Liu, Christopher Hylands
Version:$Id: FrontDropQueue.doc.html,v 1.1 2006/02/22 18:40:27 mangal Exp $
Pt.Proposed Rating:Yellow (cxh)
Pt.Accepted Rating:Yellow (cxh)


length
An output port that sends the length of queue. The default type is integer.
dropped
An output port that sends dropped packets. The default type is the same as the type of the input port


capacity
The capacity of the queue. The initial default value is an integer with the value of 1.