public static class Daq2Client.Global extends Object implements GlobalClient.Impl
| Modifier and Type | Method and Description |
|---|---|
void |
deleteGlobalClient()
Deletes an object.
|
void |
newGlobalClient(int[] ids,
String part)
Creates a new object.
|
void |
newGlobalClient(int[] ids,
String[] ifc)
Creates a new object.
|
void |
setRegisterList(int rebType,
int[] registers)
Sets the registers to be read at image acquisition.
|
void |
triggerImage(String name)
Triggers image acquisition.
|
public void newGlobalClient(int[] ids,
String[] ifc)
GlobalClient.ImplnewGlobalClient in interface GlobalClient.Implids - The IDs of the REBs to connect toifc - 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 newGlobalClient(int[] ids,
String part)
GlobalClient.ImplnewGlobalClient in interface GlobalClient.Implids - The IDs of the REBs to connect to (not used)part - The name of the DAQ partition to usepublic void deleteGlobalClient()
GlobalClient.ImpldeleteGlobalClient 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 void triggerImage(String name)
GlobalClient.ImpltriggerImage in interface GlobalClient.Implname - The image nameCopyright © 2018 LSST. All rights reserved.