Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
org.epics.pvmanager.extra |
Modifier and Type | Interface and Description |
---|---|
interface |
VByteArray
Byte array with alarm, timestamp, display and control information.
|
interface |
VDoubleArray
Double array with alarm, timestamp, display and control information.
|
interface |
VFloatArray
Float array with alarm, timestamp, display and control information.
|
interface |
VIntArray
Int array with alarm, timestamp, display and control information.
|
interface |
VShortArray
Short array with alarm, timestamp, display and control information.
|
Modifier and Type | Method and Description |
---|---|
static ChannelExpression<VNumberArray,org.epics.util.array.ListNumber> |
ExpressionLanguage.vNumberArray(String name)
A channel with the given name of type VNumberArray.
|
Modifier and Type | Method and Description |
---|---|
static <T extends VNumberArray> |
ExpressionLanguage.waterfallPlotOf(SourceRateExpression<T> arrayPv)
Aggregates the sample at the scan rate and takes the average.
|
Constructor and Description |
---|
DoubleArrayTimeCacheFromVDoubleArray(Function<? extends List<? extends VNumberArray>> function) |
Copyright © 2012. All Rights Reserved.