| Package | Description | 
|---|---|
| org.diirt.datasource.extra | 
 This package contains experimental classes that, once stable, will
 be deprecated and moved into more official packages. 
 | 
| org.diirt.datasource.graphene | |
| org.diirt.datasource.vtype | 
 Support for control system types. 
 | 
| org.diirt.support.pva.adapters | |
| org.diirt.vtype | 
| 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 ReadFunction<? extends List<? extends VNumber>>> functions)  | 
| Modifier and Type | Method and Description | 
|---|---|
static LineGraph2DExpression | 
ExpressionLanguage.lineGraphOf(DesiredRateExpression<? extends VNumberArray> yArray,
           DesiredRateExpression<? extends VNumber> xInitialOffset,
           DesiredRateExpression<? extends VNumber> xIncrementSize)  | 
static LineGraph2DExpression | 
ExpressionLanguage.lineGraphOf(DesiredRateExpression<? extends VNumberArray> yArray,
           DesiredRateExpression<? extends VNumber> xInitialOffset,
           DesiredRateExpression<? extends VNumber> xIncrementSize)  | 
| 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(Collection<String> names)
A list of channels with the given names, all of type VNumber. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DesiredRateExpression<VNumberArray> | 
ExpressionLanguage.vNumberArrayOf(DesiredRateExpressionList<? extends VNumber> expressions)
Transforms a list of numeric scalar into an array. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PVFieldToVByte  | 
class  | 
PVFieldToVDouble  | 
class  | 
PVFieldToVFloat  | 
class  | 
PVFieldToVInt  | 
class  | 
PVFieldToVLong  | 
class  | 
PVFieldToVShort  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
VByte
Scalar byte with alarm, timestamp, display and control information. 
 | 
interface  | 
VDouble
Scalar double with alarm, timestamp, display and control information. 
 | 
interface  | 
VFloat
Scalar float with alarm, timestamp, display and control information. 
 | 
interface  | 
VInt
Scalar integer with alarm, timestamp, display and control information. 
 | 
interface  | 
VLong
Scalar long with alarm, timestamp, display and control information. 
 | 
interface  | 
VShort
Scalar short with alarm, timestamp, display and control information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VNumber | 
ValueFactory.newVNumber(Number value,
          Alarm alarm,
          Time time,
          Display display)
Creates a new VNumber based on the type of the data 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
VTypeToString.toString(VNumber vNumber)
Default toString implementation for VNumber. 
 | 
static boolean | 
VTypeValueEquals.valueEquals(VNumber number1,
           VNumber number2)
Checks whether the two number have the same value. 
 | 
Copyright © 2015. All rights reserved.