Package yarp
Class IControlCalibrationRaw
- java.lang.Object
-
- yarp.IControlCalibrationRaw
-
public class IControlCalibrationRaw extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
IControlCalibrationRaw(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
calibrateRaw(int j, double p)
void
delete()
boolean
doneRaw(int j)
protected void
finalize()
protected static long
getCPtr(IControlCalibrationRaw obj)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IControlCalibrationRaw obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
calibrateRaw
public boolean calibrateRaw(int j, double p)
-
doneRaw
public boolean doneRaw(int j)
-
-