| Package | Description | 
|---|---|
| org.epics.pvmanager.extra | 
 This package contains experimental classes that, once stable, will
 be deprecated and moved into more official packages. 
 | 
| org.epics.pvmanager.graphene | |
| org.epics.pvmanager.pva.adapters | |
| org.epics.pvmanager.vtype | 
 Support for control system types. 
 | 
| org.epics.vtype | |
| org.epics.vtype.table | 
| 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(ReadFunction<? extends List<? extends VNumberArray>> function)  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.epics.graphene.Cell1DDataset | 
DatasetConversions.cell1DDatasetsFromVNumberArray(VNumberArray data)  | 
static org.epics.graphene.Cell2DDataset | 
DatasetConversions.cell2DDatasetsFromVNumberArray(VNumberArray data)  | 
| Modifier and Type | Method and Description | 
|---|---|
static LineGraph2DExpression | 
ExpressionLanguage.lineGraphOf(DesiredRateExpression<? extends VNumberArray> vDoubleArray)  | 
static LineGraph2DExpression | 
ExpressionLanguage.lineGraphOf(DesiredRateExpression<? extends VNumberArray> yArray,
           DesiredRateExpression<? extends VNumber> xInitialOffset,
           DesiredRateExpression<? extends VNumber> xIncrementSize)  | 
static LineGraph2DExpression | 
ExpressionLanguage.lineGraphOf(DesiredRateExpression<? extends VNumberArray> xVDoubleArray,
           DesiredRateExpression<? extends VNumberArray> yVDoubleArray)  | 
static LineGraph2DExpression | 
ExpressionLanguage.lineGraphOf(DesiredRateExpression<? extends VNumberArray> xVDoubleArray,
           DesiredRateExpression<? extends VNumberArray> yVDoubleArray)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PVFieldNTHistogramToVIntArray  | 
class  | 
PVFieldNTHistogramToVLongArray  | 
class  | 
PVFieldNTHistogramToVShortArray  | 
class  | 
PVFieldNTMatrixToVDoubleArray  | 
class  | 
PVFieldToVByteArray  | 
class  | 
PVFieldToVDoubleArray  | 
class  | 
PVFieldToVFloatArray  | 
class  | 
PVFieldToVIntArray  | 
class  | 
PVFieldToVLongArray  | 
class  | 
PVFieldToVShortArray  | 
| 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. 
 | 
static DesiredRateExpression<VNumberArray> | 
ExpressionLanguage.vNumberArrayOf(DesiredRateExpressionList<? extends VNumber> expressions)
Transforms a list of numeric scalar into an array. 
 | 
| 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  | 
VLongArray
Long 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 VNumberArray | 
ValueFactory.ndArray(VNumberArray data,
       ArrayDimensionDisplay... dimensions)
Constructs and nd array with the data, time and alarm in the first array and the given
 dimension information. 
 | 
static VNumberArray | 
ValueFactory.newVNumberArray(org.epics.util.array.ListNumber data,
               Alarm alarm,
               Time time,
               Display display)
Creates a new VNumberArray based on the type of the data. 
 | 
static VNumberArray | 
ValueFactory.newVNumberArray(org.epics.util.array.ListNumber data,
               org.epics.util.array.ListInt sizes,
               List<ArrayDimensionDisplay> dimensionDisplay,
               Alarm alarm,
               Time time,
               Display display)
Creates a new VNumberArray based on the type of the data. 
 | 
static VNumberArray | 
ValueUtil.subArray(VNumberArray array,
        int index)
Filters an element of a one-dimensional array. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<ArrayDimensionDisplay> | 
ValueUtil.defaultArrayDisplay(VNumberArray array)
Returns the default array dimension display by looking at the size
 of the n dimensional array and creating cell boundaries based on index. 
 | 
protected StringBuffer | 
SimpleValueFormat.format(VNumberArray array,
      StringBuffer toAppendTo,
      FieldPosition pos)
Formats a numeric array. 
 | 
static VNumberArray | 
ValueFactory.ndArray(VNumberArray data,
       ArrayDimensionDisplay... dimensions)
Constructs and nd array with the data, time and alarm in the first array and the given
 dimension information. 
 | 
static VNumberArray | 
ValueUtil.subArray(VNumberArray array,
        int index)
Filters an element of a one-dimensional array. 
 | 
static String | 
VTypeToString.toString(VNumberArray vNumberArray)
Default toString implementation for VNumberArray. 
 | 
static boolean | 
VTypeValueEquals.valueEquals(VNumberArray array1,
           VNumberArray array2)
Checks whether the two array have the data: equal data and
 equal sizes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Column | 
VTableFactory.column(String name,
      VNumberArray numericArray)  | 
Copyright © 2010–2015. All rights reserved.