js.dev.cam.sbig
Class ReadoutLineParams

java.lang.Object
  extended by js.dev.Params
      extended by js.dev.cam.sbig.ReadoutLineParams
All Implemented Interfaces:
java.io.Serializable

public class ReadoutLineParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ReadoutLineParams()
          Constructor.
ReadoutLineParams(CCD_REQUEST ccdRequest, int readoutMode, int pixelStart, int pixelLength, short[] data)
          Constructor.
 
Method Summary
 CCD_REQUEST getCcdRequest()
           
 short[] getData()
           
 int getPixelLength()
           
 int getPixelStart()
           
 int getReadoutMode()
           
static long getSerialVersionUID()
           
 void setCcdRequest(CCD_REQUEST ccdRequest)
           
 void setData(short[] data)
           
 void setPixelLength(int pixelLength)
           
 void setPixelStart(int pixelStart)
           
 void setReadoutMode(int readoutMode)
           
 
Methods inherited from class js.dev.Params
getPriority, setPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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