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