Package yarp
Class IImpedanceControlRaw
- java.lang.Object
-
- yarp.IImpedanceControlRaw
-
public class IImpedanceControlRaw extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
IImpedanceControlRaw(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
boolean
getAxes(SWIGTYPE_p_int ax)
protected static long
getCPtr(IImpedanceControlRaw obj)
boolean
getCurrentImpedanceLimitRaw(int j, SWIGTYPE_p_double min_stiff, SWIGTYPE_p_double max_stiff, SWIGTYPE_p_double min_damp, SWIGTYPE_p_double max_damp)
boolean
getImpedanceOffsetRaw(int j, SWIGTYPE_p_double offset)
boolean
getImpedanceRaw(int j, SWIGTYPE_p_double stiffness, SWIGTYPE_p_double damping)
boolean
setImpedanceOffsetRaw(int j, double offset)
boolean
setImpedanceRaw(int j, double stiffness, double damping)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IImpedanceControlRaw obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
getAxes
public boolean getAxes(SWIGTYPE_p_int ax)
-
getImpedanceRaw
public boolean getImpedanceRaw(int j, SWIGTYPE_p_double stiffness, SWIGTYPE_p_double damping)
-
setImpedanceRaw
public boolean setImpedanceRaw(int j, double stiffness, double damping)
-
setImpedanceOffsetRaw
public boolean setImpedanceOffsetRaw(int j, double offset)
-
getImpedanceOffsetRaw
public boolean getImpedanceOffsetRaw(int j, SWIGTYPE_p_double offset)
-
getCurrentImpedanceLimitRaw
public boolean getCurrentImpedanceLimitRaw(int j, SWIGTYPE_p_double min_stiff, SWIGTYPE_p_double max_stiff, SWIGTYPE_p_double min_damp, SWIGTYPE_p_double max_damp)
-
-