| Package | Description |
|---|---|
| org.lsst.sal.atcamera.event |
| Modifier and Type | Method and Description |
|---|---|
ImageReadoutParametersEvent.CcdType |
ImageReadoutParametersEvent.getCcdType() |
static ImageReadoutParametersEvent.CcdType |
ImageReadoutParametersEvent.CcdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageReadoutParametersEvent.CcdType[] |
ImageReadoutParametersEvent.CcdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ImageReadoutParametersEvent(int priority,
String imageName,
int imageIndex,
String ccdNames,
ImageReadoutParametersEvent.CcdType ccdType,
int overRows,
int overCols,
int readRows,
int readCols,
int readCols2,
int preCols,
int preRows,
int postCols) |
Copyright © 2020. All rights reserved.