
public class SimController extends Object implements ShutterController
| Constructor and Description |
|---|
SimController() |
| 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.
|
public void init(Map<ShutterSide,BladeSetConfiguration> bsetConfigs, ShutterConfiguration shutterConfig, List<HallConfiguration> hallConfigs)
init in interface ShutterControllerbsetConfigs - The blade set configurations.shutterConfig - General shutter configuration.hallConfigs - Hall sensor configurations.public Map<ShutterSide,BladeSet> getBladeSets()
getBladeSets in interface ShutterControllerCopyright © 2019 LSST. All rights reserved.