TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class TimeVal

java.lang.Object
  extended by fr.esrf.Tango.TimeVal
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TimeVal
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TimeVal"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int tv_nsec
           
 int tv_sec
           
 int tv_usec
           
 
Constructor Summary
TimeVal()
           
TimeVal(int tv_sec, int tv_usec, int tv_nsec)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tv_sec

public int tv_sec

tv_usec

public int tv_usec

tv_nsec

public int tv_nsec
Constructor Detail

TimeVal

public TimeVal()

TimeVal

public TimeVal(int tv_sec,
               int tv_usec,
               int tv_nsec)

TANGO Java API
( TangORB-7.3.3.jar)