yarp
Class DeviceDriver

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

public class DeviceDriver
extends IConfig


Field Summary
 
Fields inherited from class yarp.IConfig
swigCMemOwn
 
Constructor Summary
DeviceDriver()
           
DeviceDriver(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean close()
           
 void delete()
           
protected  void finalize()
           
static long getCPtr(DeviceDriver obj)
           
 DeviceDriver getImplementation()
           
 boolean open(Searchable config)
           
 
Methods inherited from class yarp.IConfig
configure, getCPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceDriver

public DeviceDriver(long cPtr,
                    boolean cMemoryOwn)

DeviceDriver

public DeviceDriver()
Method Detail

getCPtr

public static long getCPtr(DeviceDriver obj)

finalize

protected void finalize()
Overrides:
finalize in class IConfig

delete

public void delete()
Overrides:
delete in class IConfig

open

public boolean open(Searchable config)
Overrides:
open in class IConfig

close

public boolean close()
Overrides:
close in class IConfig

getImplementation

public DeviceDriver getImplementation()