public class IOpenLoopControl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
IOpenLoopControl(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(IOpenLoopControl obj) |
boolean |
getOutput(int j,
SWIGTYPE_p_double v) |
boolean |
getOutputs(SWIGTYPE_p_double v) |
boolean |
getRefOutput(int j,
SWIGTYPE_p_double v) |
boolean |
getRefOutputs(SWIGTYPE_p_double v) |
boolean |
setOpenLoopMode() |
boolean |
setRefOutput(int j,
double v) |
boolean |
setRefOutputs(SWIGTYPE_p_double v) |
protected static long getCPtr(IOpenLoopControl obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public boolean setRefOutput(int j, double v)
public boolean setRefOutputs(SWIGTYPE_p_double v)
public boolean getRefOutput(int j, SWIGTYPE_p_double v)
public boolean getRefOutputs(SWIGTYPE_p_double v)
public boolean getOutput(int j, SWIGTYPE_p_double v)
public boolean getOutputs(SWIGTYPE_p_double v)
public boolean setOpenLoopMode()