public static class PciClient.Global extends Object implements GlobalClient.Impl
| Constructor and Description |
|---|
Global() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteGlobalClient()
Deletes an object.
|
int |
getHwType()
Gets the hardware type.
|
void |
newGlobalClient(int[] ids,
String[] ifcs)
Creates a new object.
|
void |
setRegisterList(int rebType,
int[] registers)
Sets the registers to be read at image acquisition.
|
long |
triggerImage(String name)
Triggers image acquisition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewGlobalClient, startSequencer, triggerImagepublic void newGlobalClient(int[] ids,
String[] ifcs)
GlobalClient.ImplnewGlobalClient in interface GlobalClient.Implids - The IDs of the REBs to connect toifcs - The names of the hardware interfaces to use for the
corresponding IDs. If null, or an element is null or
empty, the default interface is used.public void deleteGlobalClient()
GlobalClient.ImpldeleteGlobalClient in interface GlobalClient.Implpublic int getHwType()
GlobalClient.ImplgetHwType in interface GlobalClient.Implpublic void setRegisterList(int rebType,
int[] registers)
GlobalClient.ImplsetRegisterList in interface GlobalClient.ImplrebType - The encode REB typeregisters - The array of register addressespublic long triggerImage(String name) throws REBException
GlobalClient.ImpltriggerImage in interface GlobalClient.Implname - The image nameREBExceptionCopyright © 2020 LSST. All rights reserved.