All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.esrf.Tango.DevPipeDataElt Maven / Gradle / Ivy

package fr.esrf.Tango;

/**
 * Generated from IDL struct "DevPipeDataElt".
 *
 * @author JacORB IDL compiler V 3.8
 * @version generated at Feb 9, 2018 11:17:04 AM
 */

public class DevPipeDataElt
	implements org.omg.CORBA.portable.IDLEntity
{
	/** Serial version UID. */
	private static final long serialVersionUID = 1L;
	public DevPipeDataElt(){}
	public java.lang.String name = "";
	public fr.esrf.Tango.AttrValUnion value;
	public fr.esrf.Tango.DevPipeDataElt[] inner_blob;
	public java.lang.String inner_blob_name = "";
	public DevPipeDataElt(java.lang.String name, fr.esrf.Tango.AttrValUnion value, fr.esrf.Tango.DevPipeDataElt[] inner_blob, java.lang.String inner_blob_name)
	{
		this.name = name;
		this.value = value;
		this.inner_blob = inner_blob;
		this.inner_blob_name = inner_blob_name;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy