csnd
Class RTCLOCK

java.lang.Object
  extended by csnd.RTCLOCK

public class RTCLOCK
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  RTCLOCK()
           
protected RTCLOCK(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(RTCLOCK obj)
           
 SWIGTYPE_p_int_least64_t getStarttime_CPU()
           
 SWIGTYPE_p_int_least64_t getStarttime_real()
           
 void setStarttime_CPU(SWIGTYPE_p_int_least64_t value)
           
 void setStarttime_real(SWIGTYPE_p_int_least64_t value)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

RTCLOCK

protected RTCLOCK(long cPtr,
                  boolean cMemoryOwn)

RTCLOCK

public RTCLOCK()
Method Detail

getCPtr

protected static long getCPtr(RTCLOCK obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setStarttime_real

public void setStarttime_real(SWIGTYPE_p_int_least64_t value)

getStarttime_real

public SWIGTYPE_p_int_least64_t getStarttime_real()

setStarttime_CPU

public void setStarttime_CPU(SWIGTYPE_p_int_least64_t value)

getStarttime_CPU

public SWIGTYPE_p_int_least64_t getStarttime_CPU()