Wire
ptolemy.domains.de.lib.Wire

A Wire is a stateful actor in DE. It should have an equal number of input and output channels. If it recieves input on <i>any</i> of its channels, it should produce the most recent recieved on each input channel to the corresponding output channel for <i>all</i> channels. We can think its behavior similar to a wire in VHDL, where the value is always the most recently recieved.

Author(s): Adam Cataldo
Version:$Id: Wire.doc.html,v 1.1 2006/02/22 18:42:26 mangal Exp $
Pt.Proposed Rating:Red (acataldo)
Pt.Accepted Rating:Red (acataldo)




initialValue
The value that is output when no input has yet been received. The type should be the same as the input port.