
public interface ShutterController
| Modifier and Type | Method and Description |
|---|---|
Map<ShutterSide,BladeSet> |
getBladeSets()
Gets the blade sets created during the initialization.
|
void |
init(Map<ShutterSide,BladeSetConfiguration> bsetConfigs,
ShutterConfiguration shutterConfig,
List<HallConfiguration> hallConfigs)
Performs any once-only initialization of the hardware and creates the two BladeSets.
|
void init(Map<ShutterSide,BladeSetConfiguration> bsetConfigs, ShutterConfiguration shutterConfig, List<HallConfiguration> hallConfigs) throws IOException
bsetConfigs - The blade set configurations.shutterConfig - General shutter configuration.hallConfigs - Hall sensor configurations.IOException - if hardware problems occur.Map<ShutterSide,BladeSet> getBladeSets()
Copyright © 2019 LSST. All rights reserved.