js.dev.cam.sbig
Class ReadoutLineParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.ReadoutLineParams
- All Implemented Interfaces:
- java.io.Serializable
public class ReadoutLineParams
- extends Params
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadoutLineParams
public ReadoutLineParams()
- Constructor.
ReadoutLineParams
public ReadoutLineParams(CCD_REQUEST ccdRequest,
int readoutMode,
int pixelStart,
int pixelLength,
short[] data)
- Constructor.
- Parameters:
ccdRequest
- the ccdRequest to set.readoutMode
- the readoutMode to set.pixelStart
- the pixelStart to set.pixelLength
- the pixelLength to set.data
- the data to be set.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getCcdRequest
public CCD_REQUEST getCcdRequest()
- Returns:
- the ccdRequest.
setCcdRequest
public void setCcdRequest(CCD_REQUEST ccdRequest)
- Parameters:
ccdRequest
- the ccdRequest to set.
getPixelLength
public int getPixelLength()
- Returns:
- the pixelLength.
setPixelLength
public void setPixelLength(int pixelLength)
- Parameters:
pixelLength
- the pixelLength to set.
getPixelStart
public int getPixelStart()
- Returns:
- the pixelStart.
setPixelStart
public void setPixelStart(int pixelStart)
- Parameters:
pixelStart
- the pixelStart to set.
getReadoutMode
public int getReadoutMode()
- Returns:
- the readoutMode.
setReadoutMode
public void setReadoutMode(int readoutMode)
- Parameters:
readoutMode
- the readoutMode to set.
getData
public short[] getData()
- Returns:
- the data
setData
public void setData(short[] data)
- Parameters:
data
- the data to set