yarp
Class IConfig

java.lang.Object
  extended by yarp.IConfig
Direct Known Subclasses:
DeviceDriver

public class IConfig
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
IConfig()
           
IConfig(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean close()
           
 boolean configure(Searchable config)
           
 void delete()
           
protected  void finalize()
           
static long getCPtr(IConfig obj)
           
 boolean open(Searchable config)
           
 
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

IConfig

public IConfig(long cPtr,
               boolean cMemoryOwn)

IConfig

public IConfig()
Method Detail

getCPtr

public static long getCPtr(IConfig obj)

finalize

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

delete

public void delete()

open

public boolean open(Searchable config)

close

public boolean close()

configure

public boolean configure(Searchable config)