public interface FilterHolder
| Modifier and Type | Method and Description |
|---|---|
default int |
getFilterID() |
default boolean |
isAtHandoff()
This method returns true if the autochanger trucks are at HANDOFF position,
false otherwise.
|
default boolean |
isAtOnline()
This method returns true if the autochanger trucks are at ONLINE
position, false otherwise.
|
default boolean |
isAtStandby()
This method returns true if the autochanger trucks are at STANDBY position,
false otherwise.
|
default boolean |
isHoldingFilter()
Return true if the FilterHolder is holding a filter, false otherwise.
|
default boolean |
isNotHoldingFilter()
Return true if FilterHolder is NOT holding filter, false otherwise.
|
default void |
updateStateWithSensors()
This method read values sent by the sensors and update state from this new
values.
|
default boolean isHoldingFilter()
FcsHardwareExceptiondefault boolean isNotHoldingFilter()
default boolean isAtHandoff()
default boolean isAtStandby()
default boolean isAtOnline()
default void updateStateWithSensors()
FcsHardwareExceptiondefault int getFilterID()
Copyright © 2023 LSST. All rights reserved.