public static class Daq2Client.Images extends Object implements ImageClient.Impl
| Modifier and Type | Method and Description |
|---|---|
void |
deleteImageClient()
Deletes an object.
|
boolean |
getImage(Image image)
Reads an image.
|
void |
interrupt()
Interrupts an image wait.
|
void |
newImageClient(int id,
String part)
Creates a new object.
|
Image |
waitForImage(Image image)
Awaits an image.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteImageMetadataRef, resetpublic void newImageClient(int id,
String part)
ImageClient.ImplnewImageClient in interface ImageClient.Implid - The ID of the REB to connect topart - The name of the partition or interface to use. If null or
empty, the default is used if available.public void deleteImageClient()
ImageClient.ImpldeleteImageClient in interface ImageClient.Implpublic Image waitForImage(Image image)
ImageClient.ImplwaitForImage in interface ImageClient.Implimage - An Image object in which to save the reference and
metadata for the new image, or null if a new image
object is to be created.public boolean getImage(Image image)
ImageClient.ImplgetImage in interface ImageClient.Implimage - The Image object containing the valid metadata for an
image. If the contained pixel data byte array is not
null and is large enough, the pixel data us stored
there. Otherwise a new array is created.public void interrupt()
ImageClient.Implinterrupt in interface ImageClient.ImplCopyright © 2023 LSST. All rights reserved.