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

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

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

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

public class AttDataReady
	implements org.omg.CORBA.portable.IDLEntity
{
	/** Serial version UID. */
	private static final long serialVersionUID = 1L;
	public AttDataReady(){}
	public java.lang.String name = "";
	public int data_type;
	public int ctr;
	public AttDataReady(java.lang.String name, int data_type, int ctr)
	{
		this.name = name;
		this.data_type = data_type;
		this.ctr = ctr;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy