js.dev.cam.sbig
Class StartReadoutParams

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

public class StartReadoutParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StartReadoutParams()
          Constructor.
StartReadoutParams(CCD_REQUEST ccdRequest, int readoutMode, int top, int left, int height, int width)
          Constructor.
 
Method Summary
 CCD_REQUEST getCcdRequest()
           
 int getHeight()
           
 int getLeft()
           
 int getReadoutMode()
           
static long getSerialVersionUID()
           
 int getTop()
           
 int getWidth()
           
 void setCcdRequest(CCD_REQUEST ccdRequest)
           
 void setHeight(int height)
           
 void setLeft(int left)
           
 void setReadoutMode(int readoutMode)
           
 void setTop(int top)
           
 void setWidth(int width)
           
 
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

StartReadoutParams

public StartReadoutParams()
Constructor.


StartReadoutParams

public StartReadoutParams(CCD_REQUEST ccdRequest,
                          int readoutMode,
                          int top,
                          int left,
                          int height,
                          int width)
Constructor.

Parameters:
ccdRequest - the ccdRequest to set.
readoutMode - the readoutMode to set.
top - the topmost row to readout (0 based).
left - the leftmost pixel to readout (0 based).
height - the image height.
width - the image width.
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.

getHeight

public int getHeight()
Returns:
the height.

setHeight

public void setHeight(int height)
Parameters:
height - the height to set.

getLeft

public int getLeft()
Returns:
the left.

setLeft

public void setLeft(int left)
Parameters:
left - the left to set.

getReadoutMode

public int getReadoutMode()
Returns:
the readoutMode.

setReadoutMode

public void setReadoutMode(int readoutMode)
Parameters:
readoutMode - the readoutMode to set.

getTop

public int getTop()
Returns:
the top.

setTop

public void setTop(int top)
Parameters:
top - the top to set.

getWidth

public int getWidth()
Returns:
the width.

setWidth

public void setWidth(int width)
Parameters:
width - the width to set.