|
||||||||||
| 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.simulation.SimuLatch
public class SimuLatch
A simulated latch for the carousel. This latch is unlock when a filter is being moved from standby position to on line position by the auto-changer or vice versa.
| 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.framework.Module |
|---|
log, name, nObserverThreads, registry, tickMillis |
| Constructor Summary | |
|---|---|
SimuLatch()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPublishDataOutputName()
|
boolean |
isInError()
|
boolean |
isLocked()
|
boolean |
isUnlocked()
|
java.lang.String |
lock()
|
void |
setLocked(boolean locked)
|
java.lang.String |
toString()
|
java.lang.String |
unlock()
|
| Methods inherited from class org.lsst.ccs.framework.Module |
|---|
getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, initModule, listens, processUpdate, publishData, publishData, publishData, publishData, sendToReply, sendToStatus, setBeanName, setContext, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownNow, start, tick, 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 SimuLatch()
| Method Detail |
|---|
public java.lang.String lock()
lock in interface Latchpublic java.lang.String unlock()
unlock in interface Latchpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isLocked()
isLocked in interface Latchpublic void setLocked(boolean locked)
public java.lang.String getPublishDataOutputName()
public boolean isUnlocked()
isUnlocked in interface Latchpublic boolean isInError()
isInError in interface Latch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||