public interface ArchonController
| Modifier and Type | Method and Description |
|---|---|
void |
applyAll() |
void |
applyMod(int module) |
RawImageData |
fetchNewImage(long timeout) |
ArchonStatus |
getStatus() |
void |
loadParam(String p) |
void |
loadParams() |
void |
loadTiming() |
void |
pollOff() |
void |
pollOn() |
void |
powerOff() |
void |
powerOn() |
void |
resetTiming() |
void |
writeConfigLine(int i,
String line) |
void |
writeConfigLines(String[] lines) |
void applyAll()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionRawImageData fetchNewImage(long timeout) throws org.lsst.ccs.drivers.commons.DriverException, TimeoutException
org.lsst.ccs.drivers.commons.DriverExceptionTimeoutExceptionArchonStatus getStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid powerOff()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid powerOn()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid writeConfigLines(String[] lines) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid writeConfigLine(int i,
String line)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid applyMod(int module)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid resetTiming()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid loadParam(String p) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid loadParams()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid loadTiming()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid pollOff()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid pollOn()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2015 LSST. All rights reserved.