public class InterfaceControl extends BoardControl
| Modifier and Type | Method and Description |
|---|---|
ReflexController.BoardType |
getBoardType() |
int |
getCameraLinkMode() |
int |
getCameraSpeed() |
int |
getIdlecount() |
int |
getLinecount() |
int |
getLineLength() |
int |
getLoopCount() |
int |
getPostcount() |
int |
getPrecount() |
int |
getTapCount() |
int |
getTapDelta(int ab,
int tap) |
int |
getTapEnable(int ab) |
int |
getTapStart(int ab,
int tap) |
void |
setCameraLinkMode(int full_or_base) |
void |
setCameraSpeed(int speed) |
void |
setIdlecount(int idlecount) |
void |
setLinecount(int linecount) |
void |
setLineLength(int lineLength) |
void |
setLoopCount(int loopcount) |
void |
setPostcount(int postcount) |
void |
setPrecount(int postcount) |
void |
setTapCount(int tapcount) |
void |
setTapDelta(int ab,
int tap,
int deltaAddress) |
void |
setTapEnable(int ab,
int tapbitfield) |
void |
setTapStart(int ab,
int tap,
int startAddress) |
getBoardSlotpublic ReflexController.BoardType getBoardType()
getBoardType in class BoardControlpublic void setTapCount(int tapcount)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTapCount()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setLoopCount(int loopcount)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getLoopCount()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTapEnable(int ab,
int tapbitfield)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTapEnable(int ab)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTapStart(int ab,
int tap,
int startAddress)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTapStart(int ab,
int tap)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTapDelta(int ab,
int tap,
int deltaAddress)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTapDelta(int ab,
int tap)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setLineLength(int lineLength)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getLineLength()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setPrecount(int postcount)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getPrecount()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setPostcount(int postcount)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getPostcount()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setLinecount(int linecount)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getLinecount()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setIdlecount(int idlecount)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getIdlecount()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setCameraLinkMode(int full_or_base)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getCameraLinkMode()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setCameraSpeed(int speed)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getCameraSpeed()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2014 LSST. All Rights Reserved.