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

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

package fr.esrf.Tango;

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

public class DevCmdHistory
	implements org.omg.CORBA.portable.IDLEntity
{
	/** Serial version UID. */
	private static final long serialVersionUID = 1L;
	public DevCmdHistory(){}
	public fr.esrf.Tango.TimeVal time;
	public boolean cmd_failed;
	public org.omg.CORBA.Any value;
	public fr.esrf.Tango.DevError[] errors;
	public DevCmdHistory(fr.esrf.Tango.TimeVal time, boolean cmd_failed, org.omg.CORBA.Any value, fr.esrf.Tango.DevError[] errors)
	{
		this.time = time;
		this.cmd_failed = cmd_failed;
		this.value = value;
		this.errors = errors;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy