private class CameraMaster.CcdWatch extends TimerTask
| Modifier and Type | Field and Description |
|---|---|
private CcdDriver |
ccd |
private Date |
error |
private boolean |
log |
private List<String> |
maxkeys |
private List<Double> |
maxvals |
private List<String> |
minkeys |
private List<Double> |
minvals |
private boolean |
ready |
| Modifier | Constructor and Description |
|---|---|
private |
CcdWatch(CcdDriver cam,
List<String> mink,
List<Double> minv,
List<String> maxk,
List<Double> maxv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLog() |
private List<Double> |
readKeys(Map<String,Object> info,
List<String> k)
Tries to read these keys from the ccd-info and parses the result to
doubles.
|
void |
run() |
void |
setLog(boolean log) |
cancel, scheduledExecutionTimeprivate final CcdDriver ccd
private boolean log
private boolean ready
private Date error
public boolean isLog()
public void setLog(boolean log)
log - the log to setprivate List<Double> readKeys(Map<String,Object> info, List<String> k)