Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
org.epics.pvmanager.extra |
Modifier and Type | Interface and Description |
---|---|
interface |
VDouble
Scalar double with alarm, timestamp, display and control information.
|
interface |
VInt
Scalar integer with alarm, timestamp, display and control information.
|
Modifier and Type | Method and Description |
---|---|
static ChannelExpression<VNumber,Number> |
ExpressionLanguage.vNumber(String name)
A channel with the given name of type VNumber.
|
static ChannelExpressionList<VNumber,Number> |
ExpressionLanguage.vNumbers(List<String> name)
A list of channels with the given names, all of type VNumber.
|
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VDoubleArray> |
ExpressionLanguage.vDoubleArrayOf(DesiredRateExpressionList<? extends VNumber> expressions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends VNumber> |
ExpressionLanguage.waterfallPlotOf(SourceRateExpressionList<T> vDoubles)
Creates a waterfall plot from a series of scalar pvs.
|
Constructor and Description |
---|
DoubleArrayTimeCacheFromVDoubles(List<? extends Function<? extends List<? extends VNumber>>> functions) |
Copyright © 2012. All Rights Reserved.