public class RateThreadWrapper extends RateThread
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
RateThreadWrapper() |
protected |
RateThreadWrapper(long cPtr,
boolean cMemoryOwn) |
|
RateThreadWrapper(SWIGTYPE_p_Runnable helper) |
Modifier and Type | Method and Description |
---|---|
void |
afterStart(boolean success) |
boolean |
attach(SWIGTYPE_p_Runnable helper) |
void |
beforeStart() |
void |
close() |
void |
delete() |
void |
detach() |
protected void |
finalize() |
SWIGTYPE_p_Runnable |
getAttachment() |
protected static long |
getCPtr(RateThreadWrapper obj) |
boolean |
open() |
boolean |
open(double framerate) |
boolean |
open(double framerate,
boolean polling) |
void |
run() |
void |
stop() |
boolean |
threadInit() |
void |
threadRelease() |
askToStop, getCPtr, getEstPeriod, getEstPeriod, getEstUsed, getEstUsed, getIterations, getPriority, getRate, isRunning, isSuspended, resetStat, resume, setPriority, setPriority, setRate, start, step, suspend
protected RateThreadWrapper(long cPtr, boolean cMemoryOwn)
public RateThreadWrapper()
public RateThreadWrapper(SWIGTYPE_p_Runnable helper)
protected static long getCPtr(RateThreadWrapper obj)
protected void finalize()
finalize
in class RateThread
public void delete()
delete
in class RateThread
public void detach()
public boolean attach(SWIGTYPE_p_Runnable helper)
public boolean open(double framerate, boolean polling)
public boolean open(double framerate)
public boolean open()
public void close()
public void stop()
stop
in class RateThread
public void run()
run
in class RateThread
public boolean threadInit()
threadInit
in class RateThread
public void threadRelease()
threadRelease
in class RateThread
public void afterStart(boolean success)
afterStart
in class RateThread
public void beforeStart()
beforeStart
in class RateThread
public SWIGTYPE_p_Runnable getAttachment()