
fr.esrf.Tango.DevPipeData Maven / Gradle / Ivy
package fr.esrf.Tango;
/**
* Generated from IDL struct "DevPipeData".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Feb 9, 2018 11:17:04 AM
*/
public class DevPipeData
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public DevPipeData(){}
public java.lang.String name = "";
public fr.esrf.Tango.TimeVal time;
public fr.esrf.Tango.DevPipeBlob data_blob;
public DevPipeData(java.lang.String name, fr.esrf.Tango.TimeVal time, fr.esrf.Tango.DevPipeBlob data_blob)
{
this.name = name;
this.time = time;
this.data_blob = data_blob;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy