| Package | Description |
|---|---|
| ccd |
| Modifier and Type | Field and Description |
|---|---|
private AbstractCcdDriver.Exposure |
AsynchronousCcdDriver.ExposureThread.how
The flag to the method to call.
|
private AbstractCcdDriver.Exposure |
SynchronousCcdDriver.ExposureThread.how
The flag to the method to call.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractCcdDriver.Exposure |
AbstractCcdDriver.Exposure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCcdDriver.Exposure[] |
AbstractCcdDriver.Exposure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExposureThread(AbstractCcdDriver.Exposure flag)
Constructs a new exposure thread without starting it.
|
ExposureThread(AbstractCcdDriver.Exposure flag,
long querycycle)
Constructs a new exposure thread without starting it.
|