|
||||||||||
| 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.FilterClampModule
org.lsst.ccs.subsystems.fcs.FilterClampXplusModule
public class FilterClampXplusModule
This classe represents a ClampX+ : a clamp which holds a filter on the carousel on the side X+ It is a concrete class for the abstract class FilterClampModule. It has 1 sensors to mesure if the clamp is locked or not. This sensor is different from the one in FilterClampXminus The sensors return a numeric value. The clamp is locked regarding a function TBD of the 2 values returned by the sensors. New designs of the Exchanger Filter mechanic could lead to the disparition of this type of clamp.
| 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.FilterClampModule |
|---|
filterPresence, publishedByClamp, publishedByClampOutputName, state |
| Fields inherited from class org.lsst.ccs.framework.Module |
|---|
log, name, nObserverThreads, registry, tickMillis |
| Constructor Summary | |
|---|---|
FilterClampXplusModule()
|
|
| Method Summary | |
|---|---|
boolean |
isLocked()
Method to be overrided in the concrete classes : It depends on the type of the clamp. |
| Methods inherited from class org.lsst.ccs.subsystems.fcs.FilterClampModule |
|---|
getFilterPresenceSensor, getState, getStatusData, getValueA, getValueB, getValueC, initModule, initPublishedData, isFilterEngaged, isUpdateCompleted, release, setFilterPresenceSensor, setState, setUpdateCompleted, setValueA, setValueB, setValueC, tick, unlock, updateStateWithSensors |
| Methods inherited from class org.lsst.ccs.framework.Module |
|---|
getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, processUpdate, publishData, publishData, publishData, publishData, sendToReply, sendToStatus, setBeanName, setContext, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownNow, 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, toString, wait, wait, wait |
| Methods inherited from interface org.lsst.ccs.subsystems.fcs.common.FilterClamp |
|---|
getName, getTickMillis |
| Constructor Detail |
|---|
public FilterClampXplusModule()
| Method Detail |
|---|
public boolean isLocked()
FilterClampModule
isLocked in interface FilterClampisLocked in class FilterClampModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||