| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ImageReadoutParametersEvent.Builder |
ImageReadoutParametersEvent.Builder.ccdType(ImageReadoutParametersEvent.CcdType ccdType) |
| Constructor and Description |
|---|
ImageReadoutParametersEvent(int priority,
String imageName,
int imageIndex,
String ccdNames,
String raftBay,
String ccdSlot,
ImageReadoutParametersEvent.CcdType ccdType,
int overRows,
int overCols,
int readRows,
int readCols,
int readCols2,
int preCols,
int preRows,
int postCols,
int underCols,
String daqFolder,
String daqAnnotation) |
Copyright © 2020. All rights reserved.