WirelessToWired
ptolemy.domains.wireless.lib.WirelessToWired

On each firing, this actor reads at most one token from the input port and output the payload on the <i>payload</i> port and the properties on the <i>properties</i> port. If there are no properties, then output a token only on the <i>payload</i> port. <p> NOTE: The type of the properties port is inferred from the <i>defaultProperties</i> field of the channel at preinitialize() time. If the channel is changed during execution, or this field is changed, then the type of the port will not be updated, and a run-time type error could occur. Thus, this actor assumes that these types do not change. If the channel has no default properties (as in the base class AtomicWirelessChannel), then the type of the properties port will be undefined. If it is left disconnected, then this is fine, but if it is connected, then its type will need to be declared explicitly.

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


payload
Output port that transmits the payload received on the <i>input</i> port. This has the same type as the <i>input</i> port.
input
Input port that receives a wireless input.
properties
Output port that transmits the properties received on the <i>input</i> port. The type of this port is a record type.


inputChannelName
Name of the input channel. This is a string that defaults to "AtomicWirelessChannel".