Package yarp
Class IAmplifierControlRaw
- java.lang.Object
-
- yarp.IAmplifierControlRaw
-
public class IAmplifierControlRaw extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
IAmplifierControlRaw(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
boolean
disableAmpRaw(int j)
boolean
enableAmpRaw(int j)
protected void
finalize()
boolean
getAmpStatusRaw(int j, SWIGTYPE_p_int st)
boolean
getAmpStatusRaw(SWIGTYPE_p_int st)
protected static long
getCPtr(IAmplifierControlRaw obj)
boolean
getCurrentRaw(int j, SWIGTYPE_p_double val)
boolean
getCurrentsRaw(SWIGTYPE_p_double vals)
boolean
getMaxCurrentRaw(int j, SWIGTYPE_p_double v)
boolean
setMaxCurrentRaw(int j, double v)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IAmplifierControlRaw obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
enableAmpRaw
public boolean enableAmpRaw(int j)
-
disableAmpRaw
public boolean disableAmpRaw(int j)
-
getCurrentsRaw
public boolean getCurrentsRaw(SWIGTYPE_p_double vals)
-
getCurrentRaw
public boolean getCurrentRaw(int j, SWIGTYPE_p_double val)
-
setMaxCurrentRaw
public boolean setMaxCurrentRaw(int j, double v)
-
getMaxCurrentRaw
public boolean getMaxCurrentRaw(int j, SWIGTYPE_p_double v)
-
getAmpStatusRaw
public boolean getAmpStatusRaw(SWIGTYPE_p_int st)
-
getAmpStatusRaw
public boolean getAmpStatusRaw(int j, SWIGTYPE_p_int st)
-
-