public class TypedReaderImageInt
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
TypedReaderImageInt(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_void |
acquire() |
void |
delete() |
void |
disableCallback() |
protected void |
finalize() |
protected static long |
getCPtr(TypedReaderImageInt obj) |
java.lang.String |
getName() |
int |
getPendingReads() |
void |
interrupt() |
boolean |
isClosed() |
ImageInt |
lastRead() |
ImageInt |
read() |
ImageInt |
read(boolean shouldWait) |
void |
release(SWIGTYPE_p_void handle) |
void |
setReplier(PortReader reader) |
void |
setStrict() |
void |
setStrict(boolean strict) |
void |
setTargetPeriod(double period) |
void |
useCallback(TypedReaderCallbackImageInt callback) |
protected static long getCPtr(TypedReaderImageInt obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setStrict(boolean strict)
public void setStrict()
public ImageInt read(boolean shouldWait)
public ImageInt read()
public void interrupt()
public ImageInt lastRead()
public boolean isClosed()
public void useCallback(TypedReaderCallbackImageInt callback)
public void disableCallback()
public int getPendingReads()
public java.lang.String getName()
public void setReplier(PortReader reader)
public SWIGTYPE_p_void acquire()
public void release(SWIGTYPE_p_void handle)
public void setTargetPeriod(double period)