InstantaneousDialogGenerator
ptolemy.domains.sr.lib.InstantaneousDialogGenerator

An actor that generates instantaneous dialog with a LookupTable. This actor outputs incrementing integers on the <i>indexOutput</i> port. A server is expected to receive an index number and output a token associated with this index, which the client receives on the <i>dataInput</i> port. The client then outputs this token on the <i>dataOutput</i> port. All ports are single ports.

Author(s): Paul Whitaker
Version:$Id: InstantaneousDialogGenerator.doc.html,v 1.1 2006/02/22 18:41:22 mangal Exp $
Pt.Proposed Rating:Red (pwhitake)
Pt.Accepted Rating:Red (pwhitake)


dataInput
Input port for data from a server.
dataOutput
Output port for data. The type is the same as dataInput.
indexOutput
Output port for data indices. The type is integer.