
Synchronizer |
ptolemy.actor.lib.Synchronizer |
This actor implements a token synchronizer. It has one input port and
one output port, both of which are multiports. When at least one token
exists on every input channel, exactly one token is consumed from each
input channel, and the tokens are output on the corresponding output
channels.
Note that the ordering of channels of a multiport is determined by the
order of connection. Thus the nth input channel connected
corresponds to the nth output channel connected.
Author(s): Paul Whitaker
Version:$Id: Synchronizer.java,v 1.27 2005/10/28 20:15:05 cxh Exp $
Pt.Proposed Rating:Yellow (pwhitake)
Pt.Accepted Rating:Yellow (pwhitake)