| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.airwatch.main |
The main package for the AirWatch subsystem.
|
| Modifier and Type | Field and Description |
|---|---|
Map<InstrumentChannel,Long> |
LocationConfig.thresholds
The thresholds to apply to each instrument particle channel.
|
| Modifier and Type | Method and Description |
|---|---|
static InstrumentChannel |
InstrumentChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentChannel[] |
InstrumentChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<InstrumentChannel> |
InstrumentChannel.parse(String key)
Converts a trending key string into the corresponding channel.
|
| Constructor and Description |
|---|
LocationConfig(String name,
int index,
Map<InstrumentChannel,Long> thresholds)
Constructs an instance.
|
Copyright © 2021 LSST. All rights reserved.