| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs |
This package is for the control software of the LSST camera Filter Exchanger Subsystem.
|
| org.lsst.ccs.subsystems.fcs.simulation |
This package is for the simulators of the Filter Exchanger hardware.
|
| org.lsst.ccs.subsystems.fcs.utils |
| Modifier and Type | Method and Description |
|---|---|
LoaderHookModule |
LoaderClampModule.getHook1() |
LoaderHookModule |
LoaderClampModule.getHook2() |
LoaderHookModule |
LoaderClampModule.getHook3() |
LoaderHookModule |
LoaderClampModule.getHook4() |
| Constructor and Description |
|---|
LoaderClampModule(String moduleName,
int aTickMillis,
LoaderHookModule hook1,
LoaderHookModule hook2,
LoaderHookModule hook3,
LoaderHookModule hook4,
long timeoutForClosingHooks,
long timeoutForClosingHooksStrongly,
long timeoutForOpeningHooks,
long timeoutForGoingToHomePosition,
int targetPositionToOpen,
int targetPositionToClose,
int targetPositionToCloseStrongly,
int currentToClose,
int currentToGoHome,
Map<String,Integer> paramsForCurrentToClamp,
Map<String,Integer> paramsForCurrentToGoHomePosition,
int minPosition,
int maxPosition) |
| Constructor and Description |
|---|
SimuLoaderClampModule(String moduleName,
int aTickMillis,
LoaderHookModule hook1,
LoaderHookModule hook2,
LoaderHookModule hook3,
LoaderHookModule hook4,
long timeoutForClosingHooks,
long timeoutForClosingHooksStrongly,
long timeoutForOpeningHooks,
long timeoutForGoingToHomePosition,
int targetPositionToOpen,
int targetPositionToClose,
int targetPositionToCloseStrongly,
int currentToClose,
int currentToGoHome,
Map<String,Integer> paramsForCurrentToClamp,
Map<String,Integer> paramsForCurrentToGoHomePosition,
int minPosition,
int maxPosition)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LoaderHookConfig |
FcsUtils.createLoaderHookConfig(LoaderHookModule hook) |
Copyright © 2014 LSST. All rights reserved.