
public interface ConfigurationService
| Modifier and Type | Method and Description |
|---|---|
Map<ShutterSide,BladeSetConfiguration> |
getBladeSetConfigurations(Logger log)
Gets the configuration data for each blade set of the shutter.
|
List<HallConfiguration> |
getHallConfigurations(Logger log)
Gets configuration data for all Hall sensors.
|
ShutterConfiguration |
getShutterConfiguration(Logger log)
Gets the general configuration data for the shutter subsystem
apart from the Hall and blade set data.
|
List<HallConfiguration> getHallConfigurations(Logger log)
log - Used to log errors.Map<ShutterSide,BladeSetConfiguration> getBladeSetConfigurations(Logger log)
log - Used to log errors.ShutterConfiguration getShutterConfiguration(Logger log)
log - Used to log errors.Copyright © 2016 LSST. All rights reserved.