Package yarp
Class IControlDebug
- java.lang.Object
-
- yarp.IControlDebug
-
public class IControlDebug extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
IControlDebug(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(IControlDebug obj)
boolean
loadBootMemory()
boolean
saveBootMemory()
boolean
setPrintFunction(SWIGTYPE_p_f_p_q_const__char_v_______int f)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IControlDebug obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
setPrintFunction
public boolean setPrintFunction(SWIGTYPE_p_f_p_q_const__char_v_______int f)
-
loadBootMemory
public boolean loadBootMemory()
-
saveBootMemory
public boolean saveBootMemory()
-
-