yarp
Class IAmplifierControlRaw

java.lang.Object
  extended by yarp.IAmplifierControlRaw

public class IAmplifierControlRaw
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
IAmplifierControlRaw(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 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)
           
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

IAmplifierControlRaw

public IAmplifierControlRaw(long cPtr,
                            boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(IAmplifierControlRaw obj)

finalize

protected void finalize()
Overrides:
finalize in class java.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)