Package | Description |
---|---|
org.epics.pvmanager.graphene | |
org.epics.pvmanager.pva.adapters | |
org.epics.pvmanager.timecache | |
org.epics.pvmanager.timecache.query | |
org.epics.pvmanager.timecache.source | |
org.epics.pvmanager.timecache.storage | |
org.epics.pvmanager.vtype |
Support for control system types.
|
org.epics.vtype | |
org.epics.vtype.io | |
org.epics.vtype.json |
Support for JSON serialization of vTypes according to the following
(specification).
|
org.epics.vtype.table |
Modifier and Type | Method and Description |
---|---|
VType |
Graph2DResult.getData() |
Modifier and Type | Class and Description |
---|---|
class |
PVFieldNTHistogramToVIntArray |
class |
PVFieldNTHistogramToVLongArray |
class |
PVFieldNTHistogramToVShortArray |
class |
PVFieldNTMatrixToVDoubleArray |
class |
PVFieldNTNameValueToVTable |
class |
PVFieldToVBoolean |
class |
PVFieldToVBooleanArray |
class |
PVFieldToVByte |
class |
PVFieldToVByteArray |
class |
PVFieldToVDouble |
class |
PVFieldToVDoubleArray |
class |
PVFieldToVEnum |
class |
PVFieldToVFloat |
class |
PVFieldToVFloatArray |
class |
PVFieldToVInt |
class |
PVFieldToVIntArray |
class |
PVFieldToVLong |
class |
PVFieldToVLongArray |
class |
PVFieldToVShort |
class |
PVFieldToVShortArray |
class |
PVFieldToVStatistics |
class |
PVFieldToVString |
class |
PVFieldToVStringArray |
class |
PVFieldToVTable |
Modifier and Type | Method and Description |
---|---|
static <V extends VType> |
PVCacheFactory.createPVCache(String channelName,
Class<V> type) |
<V extends VType> |
CacheImpl.createQuery(String channelName,
Class<V> type,
QueryParameters parameters)
Creates a new
Query . |
<V extends VType> |
Cache.createQuery(String channelName,
Class<V> type,
QueryParameters parameters)
Creates a new
Query . |
Modifier and Type | Method and Description |
---|---|
VType |
Data.getValue() |
Modifier and Type | Method and Description |
---|---|
List<VType> |
QueryDataNR.getData() |
List<VType> |
QueryDataComplete.getData() |
List<VType> |
QueryDataBlank.getData() |
List<VType> |
QueryData.getData() |
Modifier and Type | Method and Description |
---|---|
static <V extends VType> |
DataSourceFactory.createSources(Class<V> type)
Build the list of
DataSource corresponding to the specified type. |
Modifier and Type | Method and Description |
---|---|
VType |
SourceData.getValue() |
Constructor and Description |
---|
SourceData(org.epics.util.time.Timestamp timestamp,
VType value) |
Modifier and Type | Method and Description |
---|---|
static <V extends VType> |
DataStorageFactory.createStorage(Class<V> type)
Build the list of
DataStorage corresponding to the specified
type. |
Modifier and Type | Method and Description |
---|---|
VType |
MemoryStoredData.getValue() |
Constructor and Description |
---|
MemoryStoredData(org.epics.util.time.Timestamp timestamp,
VType value,
ReferenceQueue<VType> q) |
Constructor and Description |
---|
MemoryStoredData(org.epics.util.time.Timestamp timestamp,
VType value,
ReferenceQueue<VType> q) |
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 types.
|
static ChannelExpressionList<VType,Object> |
ExpressionLanguage.vTypes(Collection<String> names)
A list of channels with the given names that return any of the value types.
|
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VString> |
ExpressionLanguage.vStringOf(DesiredRateExpression<? extends VType> expression)
An expression that formats the given expression to a string using the
default format.
|
static DesiredRateExpression<VString> |
ExpressionLanguage.vStringOf(DesiredRateExpression<? extends VType> expression,
ValueFormat valueFormat)
An expression that formats the given expression to a string using the
given format.
|
static DesiredRateReadWriteExpression<VString,String> |
ExpressionLanguage.vStringOf(DesiredRateReadWriteExpression<? extends VType,? extends Object> expression)
An expression that formats the given expression to a string using the
default format.
|
static DesiredRateReadWriteExpression<VString,String> |
ExpressionLanguage.vStringOf(DesiredRateReadWriteExpression<? extends VType,? extends Object> expression,
ValueFormat valueFormat)
An expression that formats the given expression to a string using the
given format.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VBoolean
Scalar boolean with alarm and timestamp.
|
interface |
VBooleanArray
Byte array with alarm, timestamp, display and control information.
|
interface |
VByte
Scalar byte with alarm, timestamp, display and control information.
|
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 |
VFloat
Scalar float with alarm, timestamp, display and control 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 |
VLong
Scalar long with alarm, timestamp, display and control information.
|
interface |
VLongArray
Long array with alarm, timestamp, display and control information.
|
interface |
VMultiDouble
Multi channel array of VDouble.
|
interface |
VMultiEnum |
interface |
VMultiInt |
interface |
VMultiString |
interface |
VNumber
Scalar number with alarm, timestamp, display and control information.
|
interface |
VNumberArray
Numeric array with alarm, timestamp, display and control information.
|
interface |
VShort
Scalar short 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 VType |
ValueFactory.toVType(Object javaObject)
Converts a standard java type to VTypes.
|
static VType |
ValueFactory.toVType(Object javaObject,
Alarm alarm,
Time time,
Display display)
Converts a standard java type to VTypes.
|
static VType |
ValueFactory.toVTypeChecked(Object javaObject)
As
ValueFactory.toVType(java.lang.Object) but throws an exception
if conversion not possible. |
static VType |
ValueFactory.toVTypeChecked(Object javaObject,
Alarm alarm,
Time time,
Display display)
As
ValueFactory.toVType(java.lang.Object, org.epics.vtype.Alarm, org.epics.vtype.Time, org.epics.vtype.Display) but throws an exception
if conversion not possible. |
static VType |
ValueFactory.wrapValue(Object value)
Deprecated.
|
static VType |
ValueFactory.wrapValue(Object value,
Alarm alarm)
|
Modifier and Type | Method and Description |
---|---|
Object |
ValueFormat.parseObject(String source,
VType reference)
Parses the string given the object as a reference.
|
Modifier and Type | Method and Description |
---|---|
static VType |
TextIO.readList(Reader reader)
Reads a file where each line represents a value in an array.
|
Modifier and Type | Method and Description |
---|---|
static void |
TextIO.writeList(VType vType,
Writer writer)
Writes a file where each line represents a value in an array.
|
Modifier and Type | Method and Description |
---|---|
static VType |
VTypeToJson.toVType(javax.json.JsonObject json)
Converts the given JsonObject to a vType.
|
Modifier and Type | Method and Description |
---|---|
static javax.json.JsonObject |
VTypeToJson.toJson(VType vType)
Converts the given vType to a JsonObject.
|
Modifier and Type | Method and Description |
---|---|
static VTable |
VTableFactory.valueTable(List<? extends VType> values) |
static VTable |
VTableFactory.valueTable(List<String> names,
List<? extends VType> values) |
Copyright © 2010–2015. All rights reserved.