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

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

The newest version!
package fr.esrf.Tango;

/**
 * Generated from IDL struct "DevCmdHistory_4".
 *
 * @author JacORB IDL compiler V 3.8
 * @version generated at Oct 21, 2017 6:12:33 PM
 */

public class DevCmdHistory_4
	implements org.omg.CORBA.portable.IDLEntity
{
	/** Serial version UID. */
	private static final long serialVersionUID = 1L;
	public DevCmdHistory_4(){}
	public fr.esrf.Tango.TimeVal[] dates;
	public org.omg.CORBA.Any value;
	public fr.esrf.Tango.AttributeDim[] dims;
	public fr.esrf.Tango.EltInArray[] dims_array;
	public fr.esrf.Tango.DevError[][] errors;
	public fr.esrf.Tango.EltInArray[] errors_array;
	public int cmd_type;
	public DevCmdHistory_4(fr.esrf.Tango.TimeVal[] dates, org.omg.CORBA.Any value, fr.esrf.Tango.AttributeDim[] dims, fr.esrf.Tango.EltInArray[] dims_array, fr.esrf.Tango.DevError[][] errors, fr.esrf.Tango.EltInArray[] errors_array, int cmd_type)
	{
		this.dates = dates;
		this.value = value;
		this.dims = dims;
		this.dims_array = dims_array;
		this.errors = errors;
		this.errors_array = errors_array;
		this.cmd_type = cmd_type;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy