
fr.esrf.Tango.DevAttrHistory_3 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 "DevAttrHistory_3".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Oct 21, 2017 8:28:20 AM
*/
public class DevAttrHistory_3
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public DevAttrHistory_3(){}
public boolean attr_failed;
public fr.esrf.Tango.AttributeValue_3 value;
public DevAttrHistory_3(boolean attr_failed, fr.esrf.Tango.AttributeValue_3 value)
{
this.attr_failed = attr_failed;
this.value = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy