| Interface | Description |
|---|---|
| ImageListener |
An interface to be implemented by code which wants to be notified about creation
of new images.
|
| StoreSimulation.TriggerListener |
| Class | Description |
|---|---|
| Camera |
Class used for triggering camera.
|
| Catalog |
A catalog contains a list of folders associated with a store.
|
| DAQDriverStats | |
| DAQFirmwareStats | |
| DAQRdsStats | |
| DAQRmsStats | |
| DAQStats |
A base class for all DAQ statistics blocks which makes the statistics
available by name, or as a single map of name->value.
|
| 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 | |
| Stats |
A connection to the Statistics data within a specified DAQ partition.
|
| Store |
A connection to the store within a specified DAQ partition.
|
| StoreSimulation |
Utilities for interacting with a simulated store
|
| Utils | |
| Version |
Representation of a DAQ version.
|
| Enum | Description |
|---|---|
| Source.ChannelMode | |
| Stats.Clear |
Enumerate choices for clearing data after reading it or not
|
| 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 © 2020 LSST. All rights reserved.