public static class PciClient.Images extends Object implements ImageClient.Impl
| Modifier and Type | Method and Description |
|---|---|
void |
deleteImageClient()
Deletes an object.
|
void |
deleteImageClient1() |
void |
deleteImageMetadataRef(Image image)
Deletes an image's metadata reference.
|
boolean |
getImage(Image image)
Reads an image.
|
void |
newImageClient(int id,
String ifc)
Creates a new object.
|
void |
newImageClient1(int id,
String ifc,
int version) |
void |
reset()
Resets the front end system.
|
Image |
waitForImage(Image image)
Awaits an image.
|
public void newImageClient(int id,
String ifc)
throws REBException
ImageClient.ImplnewImageClient in interface ImageClient.Implid - The ID of the REB to connect toifc - The name of the network interface to use. If null or
empty, the default interface is used.REBExceptionpublic void newImageClient1(int id,
String ifc,
int version)
public void deleteImageClient()
ImageClient.ImpldeleteImageClient in interface ImageClient.Implpublic void deleteImageClient1()
public 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 reset()
ImageClient.Implreset in interface ImageClient.Implpublic void deleteImageMetadataRef(Image image)
ImageClient.ImpldeleteImageMetadataRef in interface ImageClient.Implimage - The image whose metadata reference is to be deleted.Copyright © 2017 LSST. All rights reserved.