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