
public interface FilterLocator
| Modifier and Type | Method and Description |
|---|---|
default void |
checkFiltersLocation()
This method updates the filters location in the Carousel sockets during
the initialization phase.
|
Carousel |
getCarousel()
Return the carousel Module of this filter locater.
|
FilterManager |
getFilterManager()
Return the filter manager of this filter locater.
|
String |
getName() |
org.lsst.ccs.PersistencyService |
getPersistenceService() |
org.lsst.ccs.Subsystem |
getSubsystem() |
default void |
saveFilterLocation()
This method save the location of the filters in the filesystem or
Configuration System.
|
Carousel getCarousel()
FilterManager getFilterManager()
org.lsst.ccs.PersistencyService getPersistenceService()
@Command(type=QUERY, level=0, description="Check which filters are on Carousel and on which socket and update the sockets.", alias="locateFilters") default void checkFiltersLocation()
@Command(type=QUERY, level=0, description="Save filter location in filesystem (in ~ccs/etc/) or Configuration System.") default void saveFilterLocation()
org.lsst.ccs.Subsystem getSubsystem()
String getName()
Copyright © 2018 LSST. All rights reserved.