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 |
VFloatArray
Float array with alarm, timestamp, display and control information.
|
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 |
VNumber
Scalar number with alarm, timestamp, display and control information.
|
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 |
Modifier and Type | Method and Description |
---|---|
static <T extends Time> |
ValueUtil.timeComparator()
Returns a comparator with the order defined by the timestamp.
|
Modifier and Type | Method and Description |
---|---|
static Time |
ValueFactory.newTime(org.epics.util.time.Timestamp timestamp)
New time, with no user tag and valid data.
|
static Time |
ValueFactory.newTime(org.epics.util.time.Timestamp timestamp,
Integer timeUserTag,
boolean timeValid)
Creates a new time.
|
static Time |
ValueFactory.timeNow()
New time with the current timestamp, no user tag and valid data.
|
static Time |
ValueUtil.timeOf(Object obj)
Extracts the time information if present.
|
Modifier and Type | Method and Description |
---|---|
static VDouble |
ValueFactory.newVDouble(Double value,
Alarm alarm,
Time time,
Display display)
Creates a new VDouble.
|
static VDouble |
ValueFactory.newVDouble(Double value,
Time time)
Creates a new VDouble, no alarm, no display.
|
static VDouble |
ValueFactory.newVDouble(Double value,
Time time,
Display display)
Creates a new VDouble using the given value, time, display and
generating the alarm from the value and display information.
|
static VDoubleArray |
ValueFactory.newVDoubleArray(double[] values,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray.
|
static VDoubleArray |
ValueFactory.newVDoubleArray(double[] values,
List<Integer> sizes,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray.
|
static VDoubleArray |
ValueFactory.newVDoubleArray(org.epics.util.array.ListDouble data,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray.
|
static VInt |
ValueFactory.newVInt(Integer value,
Alarm alarm,
Time time,
Display display)
Creates a new VInt.
|
static VIntArray |
ValueFactory.newVIntArray(int[] values,
Alarm alarm,
Time time,
Display display) |
static VIntArray |
ValueFactory.newVIntArray(int[] values,
List<Integer> sizes,
Alarm alarm,
Time time,
Display display) |
static VIntArray |
ValueFactory.newVIntArray(org.epics.util.array.ListInt values,
Alarm alarm,
Time time,
Display display) |
static VMultiDouble |
ValueFactory.newVMultiDouble(List<VDouble> values,
Alarm alarm,
Time time,
Display display)
Creates a new VMultiDouble.
|
static VStatistics |
ValueFactory.newVStatistics(double average,
double stdDev,
double min,
double max,
int nSamples,
Alarm alarm,
Time time,
Display display)
Creates a new VStatistics.
|
static VString |
ValueFactory.newVString(String value,
Alarm alarm,
Time time)
Creates a new VString.
|
Copyright © 2012. All Rights Reserved.