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