
public interface LimitsInterface
| Modifier and Type | Method and Description |
|---|---|
double |
getAlarmHigh() |
double |
getAlarmLow() |
double |
getWarnHigh() |
double |
getWarnLow() |
void |
setLimits(double alarmLow,
double warnLow,
double warnHigh,
double alarmHigh) |
Copyright © 2017 LSST. All rights reserved.