js.dev.cam.sbig
Class GetCcdInfoResults0

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

public class GetCcdInfoResults0
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetCcdInfoResults0()
          Constructor which creates an array of ReadoutInfo objects.
GetCcdInfoResults0(ERROR error)
          Constructor creates an array of ReadoutInfo objects and sets the error value.
 
Method Summary
 CAMERA_TYPE getCameraType()
           
 double getFirmwareVersion()
           
 java.lang.String getName()
           
 ReadoutInfo[] getReadoutInfo()
           
 int getReadoutModes()
           
static long getSerialVersionUID()
           
 void setCameraType(CAMERA_TYPE cameraType)
           
 void setCameraType(int camera)
          The setCameraType sets the CAMERA_TYPE field.
 void setFirmwareVersion(double firmwareVersion)
           
 void setName(java.lang.String name)
           
 void setReadoutInfo(int i, int mode, int width, int height, double gain, double pixelWidth, double pixelHeight)
           
 void setReadoutInfo(ReadoutInfo[] readoutInfo)
           
 void setReadoutModes(int readoutModes)
           
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCcdInfoResults0

public GetCcdInfoResults0()
Constructor which creates an array of ReadoutInfo objects.


GetCcdInfoResults0

public GetCcdInfoResults0(ERROR error)
Constructor creates an array of ReadoutInfo objects and sets the error value.

Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getCameraType

public CAMERA_TYPE getCameraType()
Returns:
the cameraType.

setCameraType

public void setCameraType(CAMERA_TYPE cameraType)
Parameters:
cameraType - the cameraType to set.

setCameraType

public final void setCameraType(int camera)
The setCameraType sets the CAMERA_TYPE field.

Parameters:
camera - the cameraType to set.

setReadoutInfo

public final void setReadoutInfo(int i,
                                 int mode,
                                 int width,
                                 int height,
                                 double gain,
                                 double pixelWidth,
                                 double pixelHeight)

getFirmwareVersion

public double getFirmwareVersion()
Returns:
the firmwareVersion.

setFirmwareVersion

public void setFirmwareVersion(double firmwareVersion)
Parameters:
firmwareVersion - the firmwareVersion to set.

getName

public java.lang.String getName()
Returns:
the name.

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set.

getReadoutInfo

public ReadoutInfo[] getReadoutInfo()
Returns:
the readoutInfo.

setReadoutInfo

public void setReadoutInfo(ReadoutInfo[] readoutInfo)
Parameters:
readoutInfo - the readoutInfo to set.

getReadoutModes

public int getReadoutModes()
Returns:
the readoutModes.

setReadoutModes

public void setReadoutModes(int readoutModes)
Parameters:
readoutModes - the readoutModes to set.