| 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.simulation |
This package is for the simulators of the Filter Exchanger hardware.
|
| org.lsst.ccs.subsystems.fcs.singlefiltertest |
This package is for the Single Filter Test control software.
|
| org.lsst.ccs.subsystems.fcs.testbench.LPC |
| Modifier and Type | Method and Description |
|---|---|
static FcsEnumerations.MobileItemAction |
FcsEnumerations.MobileItemAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FcsEnumerations.MobileItemAction[] |
FcsEnumerations.MobileItemAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected FcsEnumerations.MobileItemAction |
MobileItemModule.currentAction |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MobileItemModule.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
protected String |
MobileItemModule.executeAction(FcsEnumerations.MobileItemAction action,
long timeoutForAction)
This executes an action which moves the MobileItem and waits for the end od this action.
|
abstract boolean |
MobileItemModule.isActionCompleted(FcsEnumerations.MobileItemAction action) |
abstract void |
MobileItemModule.postAction(FcsEnumerations.MobileItemAction action) |
abstract void |
MobileItemModule.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
MobileItemModule.readSensorsUntilActionIsCompleted(FcsEnumerations.MobileItemAction action,
long beginTime,
long timeout)
Start reading the sensors at a fixed rate (scheduler.scheduleAtFixedRate)
until the action is completed or we received a halt signal or the timeout
for this action is past.
|
abstract void |
MobileItemModule.startAction(FcsEnumerations.MobileItemAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuCarouselClampModule.startAction(FcsEnumerations.MobileItemAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
Scale1ProtoPivotingFrame.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
boolean |
Scale1ProtoPivotingFrame.isActionCompleted(FcsEnumerations.MobileItemAction action) |
void |
Scale1ProtoPivotingFrame.postAction(FcsEnumerations.MobileItemAction action) |
void |
Scale1ProtoPivotingFrame.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
Scale1ProtoPivotingFrame.startAction(FcsEnumerations.MobileItemAction action) |
Copyright © 2015 LSST. All rights reserved.