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