package RTT.corba; /** * RTT/corba/CDataFlowInterface.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from DataFlow.idl * Wednesday, July 11, 2012 5:26:42 PM CEST */ /** * An interface to access the dataflow * of a CControlTask object. Data ports are exported as * assignable expressions (Set/Get). Buffer ports are * exported as buffer channels. * @ingroup CompIDL */ public interface CDataFlowInterface extends CDataFlowInterfaceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface CDataFlowInterface