| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.teststand.limits |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelLimits
Convert a channel into a limit.
|
class |
Limits
A default implementation of LimitsInterface, used inside transition algorithm
and for testing.
|
| Modifier and Type | Method and Description |
|---|---|
LimitsInterface |
LimitAlgorithm.getInitialLimits() |
LimitsInterface |
TransitionAlgorithm.getLimits() |
LimitsInterface |
LimitAlgorithm.getTargetLimits() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
LimitAlgorithm.adjust(double currentValue,
LimitsInterface limits)
Optional method which adjust the limits relative to the current value of the item
being monitored.
|
default void |
LimitsInterface.copyTo(LimitsInterface limits) |
void |
LimitAlgorithm.init(List<Double> parameters,
double initialValue,
LimitsInterface initialLimits,
double targetValue,
LimitsInterface targetLimits)
Initialize the algorithm
|
void |
TransitionAlgorithm.init(List<Double> parameters,
LimitAlgorithm limitsAlgorithm,
double initialValue,
LimitsInterface limits,
long startTime) |
| Constructor and Description |
|---|
Limits(LimitsInterface limits) |
Copyright © 2018 LSST. All rights reserved.