OrbPacketObjectSource
org.ROADnet.OrbPacketObjectSource

This actor connects to an Antelope ORB and provides a stream of com.brtt.antelope.OrbPacket objects to Ptolemy, delivered as ptolemy.data.ObjectTokens. This is part of an experiment to provide an interface to Antelope that closely follows the traditional programming interface, as opposed to a more abstract interface that would provide "waveforms" or "database tuples" without explicitly dealing with the mechanics of orb packets.

Author(s): Tobin Fricke, University of California
Version:$Id: OrbPacketObjectSource.java,v 1.4 2005/11/01 20:39:04 ruland Exp $


output
Packets reaped from the ORB will appear on this port as Ptolemy ObjectTokens.



orbname
The name of the Antelope ORB to connect to, in the format "hostname:port".

srcname
The sourcename to request from the ORB.