| Constructor and Description |
|---|
DummyLocation(String locName,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkData(org.lsst.ccs.services.alert.AlertService alertSvc)
Not implemented.
|
Location |
disable()
Not implemented.
|
Location |
enable()
Not implemented.
|
Map<String,DataPoint> |
getDataPoints()
Not implemented.
|
LocationStatus |
getStatus()
Gets the current status of the instrument.
|
void |
publishGoodData(org.lsst.ccs.Subsystem subsys)
Not implemented.
|
public DummyLocation(String locName, boolean enabled)
public final Map<String,DataPoint> getDataPoints()
getDataPoints in interface LocationUnsupportedOperationException - Always.public final LocationStatus getStatus()
Locationpublic final Location disable()
disable in interface LocationUnsupportedOperationException - Always.public final Location enable()
enable in interface LocationUnsupportedOperationException - Always.public final void checkData(org.lsst.ccs.services.alert.AlertService alertSvc)
checkData in interface LocationalertSvc - the CCS alert service.UnsupportedOperationException - Always.public final void publishGoodData(org.lsst.ccs.Subsystem subsys)
publishGoodData in interface Locationsubsys - the CCS subsystem.UnsupportedOperationException - Always.Copyright © 2021 LSST. All rights reserved.