| Package | Description |
|---|---|
| org.lsst.ccs.daq.ims |
An interface to the DAQ image services (ims) library.
|
| Modifier and Type | Method and Description |
|---|---|
static Source.ChannelMode |
Source.ChannelMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Source.ChannelMode[] |
Source.ChannelMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ByteChannel |
Source.openChannel(Source.ChannelMode mode)
Open a channel for reading or writing data to this source.
|
ByteChannel |
Source.openChannel(Store store,
Source.ChannelMode mode)
Open a channel for reading or writing data to this source.
|
Copyright © 2022 LSST. All rights reserved.