
public interface ConfigurationService
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentConfig> |
getInstrumentConfigs()
Gets an InstrumentConfig for each instrument described
by the configuration data.
|
List<LocationConfig> |
getLocationConfigs()
Gets a LocationConfig for each location described by the configuration data.
|
Duration |
getReadoutInterval()
Gets the time between instrument readouts.
|
void |
updateInstrument(InstrumentStatus stat)
Updates the information in the configuration database for a particular instrument.
|
List<InstrumentConfig> getInstrumentConfigs()
void updateInstrument(InstrumentStatus stat)
stat - The current status of the instrument.List<LocationConfig> getLocationConfigs()
Duration getReadoutInterval()
Copyright © 2016 LSST. All rights reserved.