Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VByteArray
Byte array with alarm, timestamp, display and control information.
|
interface |
VDouble
Scalar double with alarm, timestamp, display and control information.
|
interface |
VDoubleArray
Double array with alarm, timestamp, display and control information.
|
interface |
VEnum
Scalar enum with alarm and timestamp.
|
interface |
VEnumArray |
interface |
VExtendedAlarm
Extended alarm information.
|
interface |
VFloatArray
Float array with alarm, timestamp, display and control information.
|
interface |
VImage
Represent a buffered image.
|
interface |
VInt
Scalar integer with alarm, timestamp, display and control information.
|
interface |
VIntArray
Int array with alarm, timestamp, display and control information.
|
interface |
VMultiDouble
Multi channel array of VDouble.
|
interface |
VMultiEnum |
interface |
VMultiInt |
interface |
VMultiString |
interface |
VNumberArray
Numeric array with alarm, timestamp, display and control information.
|
interface |
VShortArray
Short array with alarm, timestamp, display and control information.
|
interface |
VStatistics
Statistics for double with alarm, timestamp and display information.
|
interface |
VString
Scalar string with alarm and timestamp.
|
interface |
VStringArray |
interface |
VTable
A table.
|
Modifier and Type | Method and Description |
---|---|
static ChannelExpression<VType,Object> |
ExpressionLanguage.vType(String name)
A channel with the given name that returns any of the value type.
|
static ChannelExpressionList<VType,Object> |
ExpressionLanguage.vTypes(List<String> name)
A list of channels with the given names that return any of the value type.
|
Copyright © 2012. All Rights Reserved.