public class AnalogPoint extends DataPoint
| Constructor and Description |
|---|
AnalogPoint(Double value,
boolean limitViolation,
boolean malfunction,
String quality,
String time,
Double lowBound,
Double highBound) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkData(org.lsst.ccs.services.alert.AlertService alsvc,
String locName,
String chanName) |
Double |
getHighBound() |
Double |
getLowBound() |
Double |
getValue() |
org.lsst.ccs.bus.data.KeyValueDataList |
makeKvdList(String locName,
String chanName) |
String |
toString() |
getQuality, getTime, hasLimitViolation, hasMalfunctionpublic final Double getValue()
public final Double getLowBound()
public final Double getHighBound()
public final org.lsst.ccs.bus.data.KeyValueDataList makeKvdList(String locName, String chanName)
makeKvdList in class DataPointpublic final void checkData(org.lsst.ccs.services.alert.AlertService alsvc,
String locName,
String chanName)
Copyright © 2021 LSST. All rights reserved.