
fr.esrf.Tango.AttributeValue_4 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JavaTangoIDL Show documentation
Show all versions of JavaTangoIDL Show documentation
Java Tango IDL (compiled with jacorb IDL compiler, http://www.jacorb.org)
package fr.esrf.Tango;
/**
* Generated from IDL struct "AttributeValue_4".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Oct 21, 2017 8:28:20 AM
*/
public class AttributeValue_4
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public AttributeValue_4(){}
public fr.esrf.Tango.AttrValUnion value;
public fr.esrf.Tango.AttrQuality quality;
public fr.esrf.Tango.AttrDataFormat data_format;
public fr.esrf.Tango.TimeVal time;
public java.lang.String name = "";
public fr.esrf.Tango.AttributeDim r_dim;
public fr.esrf.Tango.AttributeDim w_dim;
public fr.esrf.Tango.DevError[] err_list;
public AttributeValue_4(fr.esrf.Tango.AttrValUnion value, fr.esrf.Tango.AttrQuality quality, fr.esrf.Tango.AttrDataFormat data_format, fr.esrf.Tango.TimeVal time, java.lang.String name, fr.esrf.Tango.AttributeDim r_dim, fr.esrf.Tango.AttributeDim w_dim, fr.esrf.Tango.DevError[] err_list)
{
this.value = value;
this.quality = quality;
this.data_format = data_format;
this.time = time;
this.name = name;
this.r_dim = r_dim;
this.w_dim = w_dim;
this.err_list = err_list;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy