private class AuxiliaryMaster.ContinuousExposure extends Thread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
private boolean |
cancel
Gets true, if we should exit.
|
private double |
tsec
The exposure time in seconds.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier | Constructor and Description |
|---|---|
private |
ContinuousExposure(double t)
Hand over the exposure time, no auto-start.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Called, if we should cancle after the readout of the current
exposure.
|
private boolean |
ready()
We are ready if we have a CCD.
|
void |
run()
On run, we continuousely take exposures until canceled.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprivate final double tsec
private boolean cancel
private ContinuousExposure(double t)
t - Exposure time in seconds.