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

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

There is a newer version: 10.0.0
Show newest version
package fr.esrf.Tango;

/**
 * Generated from IDL struct "NamedDevError".
 *
 * @author JacORB IDL compiler V 3.8
 * @version generated at Oct 21, 2017 8:28:20 AM
 */

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