js.dev.cam.sbig
Class GetCcdInfoResults0
java.lang.Object
js.dev.Results
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.