Package yarp
Class DeviceDriver
- java.lang.Object
-
- yarp.IConfig
-
- yarp.DeviceDriver
-
- Direct Known Subclasses:
PolyDriver
public class DeviceDriver extends IConfig
-
-
Field Summary
-
Fields inherited from class yarp.IConfig
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description DeviceDriver()
protected
DeviceDriver(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
close()
void
delete()
protected void
finalize()
protected static long
getCPtr(DeviceDriver obj)
DeviceDriver
getImplementation()
boolean
open(Searchable config)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(DeviceDriver obj)
-
open
public boolean open(Searchable config)
-
getImplementation
public DeviceDriver getImplementation()
-
-