| 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.common |
This packages is for the interfaces or abstract classes that are common for
all the subpackages.
|
| org.lsst.ccs.subsystems.fcs.singlefiltertest |
This package is for the Single Filter Test control software.
|
| Modifier and Type | Method and Description |
|---|---|
FcsEnumerations.LockStatus |
LoaderHookModule.getLockStatus() |
FcsEnumerations.LockStatus |
FilterClampModule.getLockStatus() |
FcsEnumerations.LockStatus |
AutochangerLatchModule.getLockStatus() |
FcsEnumerations.LockStatus |
AutochangerTwoLatches.getLockStatus() |
FcsEnumerations.LockStatus |
LoaderClampModule.getLockStatus() |
FcsEnumerations.LockStatus |
StatusDataPublishedByAutochangerTwoLatches.getLockStatus() |
static FcsEnumerations.LockStatus |
FcsEnumerations.LockStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FcsEnumerations.LockStatus[] |
FcsEnumerations.LockStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterClampModule.setLockStatus(FcsEnumerations.LockStatus lockStatus) |
void |
StatusDataPublishedByAutochangerTwoLatches.setLockStatus(FcsEnumerations.LockStatus lockStatus) |
| Modifier and Type | Method and Description |
|---|---|
FcsEnumerations.LockStatus |
FilterLatch.getLockStatus() |
| Modifier and Type | Field and Description |
|---|---|
protected FcsEnumerations.LockStatus |
BasicAutoChangerModule.latchesState |
| Modifier and Type | Method and Description |
|---|---|
FcsEnumerations.LockStatus |
BasicAutoChangerModule.getLatchesState()
This method returns the latchesState if it is not been updated otherwise it waits until the end of
the update.
|
FcsEnumerations.LockStatus |
FilterLatchModule.getLockStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterLatchModule.setLockStatus(FcsEnumerations.LockStatus lockStatus) |
Copyright © 2015 LSST. All rights reserved.