|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
org.lsst.ccs.framework.Module
org.lsst.ccs.subsystems.fcs.CarouselModule
org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
public class SftCarouselModule
This class is for the Single Filter Test carousel. The carousel in Single Filter Test has only one socket and doesn't rotate.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module |
|---|
org.lsst.ccs.framework.Module.ValueUpdate |
| Field Summary |
|---|
| Fields inherited from class org.lsst.ccs.subsystems.fcs.CarouselModule |
|---|
nbSockets, publishedByCarouselOutputName |
| Fields inherited from class org.lsst.ccs.framework.Module |
|---|
log, name, nObserverThreads, registry, tickMillis |
| Constructor Summary | |
|---|---|
SftCarouselModule()
|
|
| Method Summary | |
|---|---|
double |
getPosition()
|
CarouselSocket |
getSocketAtStandby()
|
boolean |
isAbleToMove()
|
boolean |
isRotating()
|
java.lang.String |
lock()
|
java.lang.String |
rotate(double angle)
Rotates carousel for an angle given as a parameter. |
java.lang.String |
stop()
|
java.lang.String |
unlock()
|
| Methods inherited from class org.lsst.ccs.framework.Module |
|---|
getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, publishData, publishData, publishData, publishData, sendToReply, sendToStatus, setBeanName, setContext, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, start, update |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SftCarouselModule()
| Method Detail |
|---|
public CarouselSocket getSocketAtStandby()
getSocketAtStandby in interface CarouselgetSocketAtStandby in class CarouselModulepublic double getPosition()
getPosition in interface CarouselgetPosition in class CarouselModulepublic boolean isAbleToMove()
isAbleToMove in interface CarouselisAbleToMove in class CarouselModulepublic boolean isRotating()
isRotating in class CarouselModulepublic java.lang.String rotate(double angle)
CarouselModule
rotate in interface Carouselrotate in class CarouselModulepublic java.lang.String stop()
stop in interface Carouselstop in class CarouselModulepublic java.lang.String lock()
lock in interface Carousellock in class CarouselModulepublic java.lang.String unlock()
unlock in interface Carouselunlock in class CarouselModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||