package RTT.corba; /** * RTT/corba/CChannelElement.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from DataFlow.idl * Wednesday, July 11, 2012 5:26:42 PM CEST */ /** * Represents the basic channel element interface * for reading, writing and disconnecting a channel. * Use this interface in case you want to communicate * with an Orocos component's port from a non-Orocos application. */ public interface CChannelElement extends CChannelElementOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface CChannelElement