public static interface GlobalClient.Impl
| Modifier and Type | Method and Description |
|---|---|
default void |
deleteGlobalClient()
Deletes an object.
|
default void |
newGlobalClient(int[] ids,
String part)
Creates a new object.
|
default void |
newGlobalClient(int[] ids,
String[] ifcs)
Creates a new object.
|
default void |
setRegisterList(int rebType,
int[] registers)
Sets the registers to be read at image acquisition.
|
default void |
triggerImage(String name)
Triggers image acquisition.
|
default void newGlobalClient(int[] ids,
String[] ifcs)
throws REBException
ids - 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.REBExceptiondefault void newGlobalClient(int[] ids,
String part)
throws REBException
ids - The IDs of the REBs to connect to (not used)part - The name of the DAQ partition to useREBExceptiondefault void deleteGlobalClient()
default void setRegisterList(int rebType,
int[] registers)
rebType - The encode REB typeregisters - The array of register addressesdefault void triggerImage(String name) throws REBException
name - The image nameREBExceptionCopyright © 2017 LSST. All rights reserved.