
fr.esrf.Tango.TimeVal Maven / Gradle / Ivy
package fr.esrf.Tango;
/**
* Generated from IDL struct "TimeVal".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Feb 9, 2018 11:17:04 AM
*/
public class TimeVal
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public TimeVal(){}
public int tv_sec;
public int tv_usec;
public int tv_nsec;
public TimeVal(int tv_sec, int tv_usec, int tv_nsec)
{
this.tv_sec = tv_sec;
this.tv_usec = tv_usec;
this.tv_nsec = tv_nsec;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy