public class IAmplifierControl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
IAmplifierControl(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
boolean |
disableAmp(int j) |
boolean |
enableAmp(int j) |
protected void |
finalize() |
boolean |
getAmpStatus(int j,
SWIGTYPE_p_int v) |
boolean |
getAmpStatus(SWIGTYPE_p_int st) |
protected static long |
getCPtr(IAmplifierControl obj) |
boolean |
getCurrent(int j,
DVector data) |
boolean |
getCurrent(int j,
SWIGTYPE_p_double val) |
boolean |
getCurrents(DVector data) |
boolean |
getCurrents(SWIGTYPE_p_double vals) |
boolean |
getMaxCurrent(int j,
SWIGTYPE_p_double v) |
boolean |
setMaxCurrent(int j,
double v) |
protected static long getCPtr(IAmplifierControl obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public boolean enableAmp(int j)
public boolean disableAmp(int j)
public boolean getCurrents(SWIGTYPE_p_double vals)
public boolean getCurrent(int j, SWIGTYPE_p_double val)
public boolean getMaxCurrent(int j, SWIGTYPE_p_double v)
public boolean setMaxCurrent(int j, double v)
public boolean getAmpStatus(SWIGTYPE_p_int st)
public boolean getAmpStatus(int j, SWIGTYPE_p_int v)
public boolean getCurrents(DVector data)
public boolean getCurrent(int j, DVector data)