
fr.esrf.Tango.EventProperties 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 "EventProperties".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Sep 13, 2018 7:12:39 PM
*/
public class EventProperties
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public EventProperties(){}
public fr.esrf.Tango.ChangeEventProp ch_event;
public fr.esrf.Tango.PeriodicEventProp per_event;
public fr.esrf.Tango.ArchiveEventProp arch_event;
public EventProperties(fr.esrf.Tango.ChangeEventProp ch_event, fr.esrf.Tango.PeriodicEventProp per_event, fr.esrf.Tango.ArchiveEventProp arch_event)
{
this.ch_event = ch_event;
this.per_event = per_event;
this.arch_event = arch_event;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy