OrbImageSource
org.ROADnet.OrbImageSource

This actor connects to an Antelope ORB and collects packets matching the given sourcename. Packets are reaped from the Orb and unpacked assuming that they're OrbImagePackets. The actor outputs ImageTokens to Ptolemy.

Author(s): Tobin Fricke (tobin@splorg.org), University of California
Version:$Id: OrbImageSource.java,v 1.3 2005/11/01 20:39:04 ruland Exp $
Pt.Proposed Rating:Red (tobin)


output
Samples from incoming waveform packets appear on this port.



orbname
The name of the orb to connect to, in the format "hostname:port". Note that orbnames.pf-style names are not supported -- you have to use a valid IP address or resolvable DNS name, and you have to use a numeric port number.

srcname
The source name to request from the Orb. When this actor is initialized, orb.select() is called with the value of this parameter.