CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class Duration_t

java.lang.Object
  extended by com.toc.coredx.DDS.Duration_t

public class Duration_t
extends java.lang.Object

Represents a time duration with nanosecond resolution.


Field Summary
 long nanosec
           
 int sec
           
 
Constructor Summary
Duration_t(DDS_Duration_t d)
           
Duration_t(int s, int n)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sec

public int sec

nanosec

public long nanosec
Constructor Detail

Duration_t

public Duration_t(int s,
                  int n)

Duration_t

public Duration_t(DDS_Duration_t d)

Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved