
fr.esrf.Tango.NamedDevError 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 "NamedDevError".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Sep 13, 2018 7:12:39 PM
*/
public class NamedDevError
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public NamedDevError(){}
public java.lang.String name = "";
public int index_in_call;
public fr.esrf.Tango.DevError[] err_list;
public NamedDevError(java.lang.String name, int index_in_call, fr.esrf.Tango.DevError[] err_list)
{
this.name = name;
this.index_in_call = index_in_call;
this.err_list = err_list;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy