|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjs.dev.Results
js.dev.cam.sbig.GetCcdInfoResults4
public class GetCcdInfoResults4
Constructor Summary | |
---|---|
GetCcdInfoResults4()
Constructor. |
|
GetCcdInfoResults4(ERROR error)
Constructor. |
Method Summary | |
---|---|
int |
getCapabilitiesBits()
The getCapabilitiesBits public method returns set of bits for additional capabilities: b0: 0 = CCD is Full Frame Device. |
int |
getDumpExtra()
The getDumpExtra public method returns the number of unbinned rows to dump to transfer image area to storage area. |
boolean |
isElectronicShutter()
The isElectronicShutter public method indicates whether or not the CCD has an electronic shutter, i.e. |
boolean |
isExternalRemoteGuideHeadSupport()
|
boolean |
isFrameTransferDevice()
The isFrameTransferDevice public method indicates if the CCD is Frame Transfer CCD device. |
boolean |
isFullFrameDevice()
The isFullFrameDevice public method indicates if the CCD is Full Frame CCD device. |
boolean |
isInterlineCcd()
The isInterlineCCD public method indicates if the CCD is Interline CCD device. |
void |
setCapabilitiesBits(int capabilitiesBits)
The setCapabilitiesBits public member sets the capabilitiesBits field. |
void |
setDumpExtra(int dumpExtra)
The setDumpExtra public method sets the dumpExtra field of this class. |
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 |
---|
public GetCcdInfoResults4()
public GetCcdInfoResults4(ERROR error)
error
- the error to set.Method Detail |
---|
public final int getCapabilitiesBits()
public final void setCapabilitiesBits(int capabilitiesBits)
capabilitiesBits
- the capabilitiesBits to set.public final boolean isFullFrameDevice()
public final boolean isFrameTransferDevice()
public final boolean isInterlineCcd()
public final boolean isElectronicShutter()
public final boolean isExternalRemoteGuideHeadSupport()
public final int getDumpExtra()
public final void setDumpExtra(int dumpExtra)
dumpExtra
- the dumpExtra to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |