public static interface ImageClient.Impl
| Modifier and Type | Method and Description |
|---|---|
void |
deleteImageClient()
Deletes an object.
|
default void |
deleteImageMetadataRef(Image image)
Deletes an image's metadata reference.
|
boolean |
getImage(Image image)
Reads an image.
|
default void |
interrupt()
Interrupts an image wait.
|
void |
newImageClient(int id,
String ifc)
Creates a new object.
|
default void |
reset()
Resets the front end system.
|
Image |
waitForImage(Image image)
Awaits an image.
|
void newImageClient(int id,
String ifc)
throws REBException
id - The ID of the REB to connect toifc - The name of the partition or interface to use. If null or
empty, the default is used if available.REBExceptionvoid deleteImageClient()
Image waitForImage(Image image)
image - 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.boolean getImage(Image image)
image - 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.default void interrupt()
default void reset()
default void deleteImageMetadataRef(Image image)
image - The image whose metadata reference is to be deleted.Copyright © 2018 LSST. All rights reserved.