
public class GlobalProc extends Object
| Constructor and Description |
|---|
GlobalProc() |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireImage()
Starts image acquisition.
|
void |
acquireImage(String name)
Starts image acquisition.
|
void |
initialize(List<REBDevice> rebDevices,
org.lsst.ccs.drivers.reb.ClientFactory clientFactory,
Logger sLog)
Initializes the global raft system.
|
void |
setRegisters(int rebType,
int[] registers)
Sets the registers to be read during image acquisition.
|
public void initialize(List<REBDevice> rebDevices, org.lsst.ccs.drivers.reb.ClientFactory clientFactory, Logger sLog)
rebDevices - The list of REB devicesclientFactory - The client factorysLog - The subsystem loggerpublic void setRegisters(int rebType,
int[] registers)
throws org.lsst.ccs.drivers.reb.REBException
rebType - The encoded REB typeregisters - The array of addresses of registers to be readorg.lsst.ccs.drivers.reb.REBExceptionpublic void acquireImage()
throws org.lsst.ccs.drivers.reb.REBException
org.lsst.ccs.drivers.reb.REBExceptionpublic void acquireImage(String name) throws org.lsst.ccs.drivers.reb.REBException
name - The image nameorg.lsst.ccs.drivers.reb.REBExceptionCopyright © 2018 LSST. All rights reserved.