public class GlobalClientSimulation extends Object implements GlobalClient.Impl
| Modifier and Type | Method and Description |
|---|---|
void |
deleteGlobalClient()
Deletes an object.
|
void |
newGlobalClient(int[] ids,
String[] ifc)
Creates a new object.
|
void |
triggerImage(String name)
Triggers image acquisition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewGlobalClient, setRegisterListpublic void triggerImage(String name)
GlobalClient.ImpltriggerImage in interface GlobalClient.Implname - The image namepublic void deleteGlobalClient()
GlobalClient.ImpldeleteGlobalClient in interface GlobalClient.Implpublic void newGlobalClient(int[] ids,
String[] ifc)
throws REBException
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.REBExceptionCopyright © 2016 LSST. All rights reserved.