public class DummyArchonController extends Object implements ArchonController
| Constructor and Description |
|---|
DummyArchonController() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAll() |
RawImageData |
fetchNewImage(long timeout) |
ArchonStatus |
getStatus() |
void |
powerOff() |
void |
powerOn() |
void |
writeConfigLines(String[] lines) |
public RawImageData fetchNewImage(long timeout) throws org.lsst.ccs.drivers.commons.DriverException, TimeoutException
fetchNewImage in interface ArchonControllerorg.lsst.ccs.drivers.commons.DriverExceptionTimeoutExceptionpublic ArchonStatus getStatus() throws org.lsst.ccs.drivers.commons.DriverException
getStatus in interface ArchonControllerorg.lsst.ccs.drivers.commons.DriverExceptionpublic void powerOff()
throws org.lsst.ccs.drivers.commons.DriverException
powerOff in interface ArchonControllerorg.lsst.ccs.drivers.commons.DriverExceptionpublic void powerOn()
throws org.lsst.ccs.drivers.commons.DriverException
powerOn in interface ArchonControllerorg.lsst.ccs.drivers.commons.DriverExceptionpublic void writeConfigLines(String[] lines) throws org.lsst.ccs.drivers.commons.DriverException
writeConfigLines in interface ArchonControllerorg.lsst.ccs.drivers.commons.DriverExceptionpublic void applyAll()
throws org.lsst.ccs.drivers.commons.DriverException
applyAll in interface ArchonControllerorg.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2014 LSST. All rights reserved.