public interface Location
| Modifier and Type | Method and Description |
|---|---|
void |
checkData(org.lsst.ccs.services.alert.AlertService alertSvc)
Checks sensor data for problems and posts any required alerts (if alerts are enabled).
|
Location |
disable()
Produces a new instance that has data-checking alerts disabled.
|
Location |
enable()
Produces a new instance that has data-checking alerts enabled.
|
Map<String,DataPoint> |
getDataPoints()
Contains the data points resulting from the last reading of the instrument.
|
LocationStatus |
getStatus()
Gets the current status of the instrument.
|
void |
publishGoodData(org.lsst.ccs.Subsystem subsys)
Publish good data on the CCS status bus.
|
Map<String,DataPoint> getDataPoints()
LocationStatus getStatus()
Location disable()
Location enable()
void checkData(org.lsst.ccs.services.alert.AlertService alertSvc)
alertSvc - the CCS alert service.void publishGoodData(org.lsst.ccs.Subsystem subsys)
subsys - the CCS subsystem.Copyright © 2021 LSST. All rights reserved.