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