| Package | Description |
|---|---|
| org.lsst.sal.camera.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,
String ccdNames,
ImageReadoutParametersEvent.CCDType[] ccdType,
int[] overRows,
int[] overCols,
int[] readRows,
int[] readCols,
int[] readCols2,
int[] preCols,
int[] preRows,
int[] postCols) |
Copyright © 2018. All rights reserved.