org.omg.dds
Class Time_t

java.lang.Object
  extended by org.omg.dds.Time_t
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class Time_t
extends java.lang.Object
implements IDLEntity

Generated from IDL struct "Time_t".

Version:
generated at Mar 17, 2009 1:47:01 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 int nanosec
           
 int sec
           
 
Constructor Summary
Time_t()
           
Time_t(int sec, int nanosec)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sec

public int sec

nanosec

public int nanosec
Constructor Detail

Time_t

public Time_t()

Time_t

public Time_t(int sec,
              int nanosec)