Package yarp
Class IConfig
- java.lang.Object
-
- yarp.IConfig
-
- Direct Known Subclasses:
DeviceDriver
public class IConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
close()
boolean
configure(Searchable config)
void
delete()
protected void
finalize()
protected static long
getCPtr(IConfig obj)
boolean
open(Searchable config)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IConfig obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
open
public boolean open(Searchable config)
-
close
public boolean close()
-
configure
public boolean configure(Searchable config)
-
-