WiredToWireless
ptolemy.domains.wireless.lib.WiredToWireless

On each firing, this actor reads at most one token from the <i>payload</i> and <i>properties</i> input ports, and outputs the payload on the wireless <i>output</i> port with the specified transmit properties. If there are no properties, then the output is sent without properties.

Author(s): Edward A. Lee
Version:$Id: WiredToWireless.doc.html,v 1.1 2006/02/22 18:42:26 mangal Exp $
Pt.Proposed Rating:Green (cxh)
Pt.Accepted Rating:Yellow (cxh)


payload
Input port that receives the payload to be transmitted on the <i>output</i> port.
output
Port that sends a wireless output. This has the same type as the <i>payload</i> port.
properties
input port that receives the properties to be used for transmission on the <i>output</i> port. The type of this port is a record type.


outputChannelName
Name of the output channel. This is a string that defaults to "AtomicWirelessChannel".