| Interface | Description |
|---|---|
| ImageListener |
An interface to be implemented by code which wants to be notified about creation
of new images.
|
| Class | Description |
|---|---|
| Catalog |
A catalog contains a list of folders associated with a store.
|
| Folder |
Represents a Folder in the DAQ catalog.
|
| Image |
Image is a reference to an image instance, which may contain
multiple Sources.
|
| ImageMetaData |
Meta-data associated with an image.
|
| Source |
A reference to a source within an image.
|
| SourceMetaData | |
| Store |
A connection to the store within a specified DAQ partition.
|
| Utils | |
| Version |
Representation of a DAQ version.
|
| Enum | Description |
|---|---|
| Source.ChannelMode |
| Exception | Description |
|---|---|
| Catalog.CatalogException |
An exception throw when errors occur when operating on the catalog.
|
| DAQException |
An exception thrown to indicate a problem with the connection to the DAQ
|
The goal of this package is to provide a lightweight wrapper around the corresponding DAQ library. All of the DAQ features are exposed, but using Java like idioms rather than C++ idiom.
This package allows:
Copyright © 2019 LSST. All rights reserved.