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.vtype |
Modifier and Type | Method and Description |
---|---|
Display |
DoubleArrayTimeCacheFromVDoubles.getDisplay() |
Display |
DoubleArrayTimeCacheFromVDoubleArray.getDisplay() |
Display |
DoubleArrayTimeCache.getDisplay() |
Modifier and Type | Method and Description |
---|---|
abstract int |
ColorScheme.color(double value,
Display ranges)
Calculate the color for the value according to the ranges and puts it
into the colors buffer.
|
Modifier and Type | Method and Description |
---|---|
static org.epics.util.stats.Range |
DatasetConversions.toRange(Display display) |
Modifier and Type | Class and Description |
---|---|
class |
AlarmTimeDisplayExtractor |
class |
PVFieldNTHistogramToVIntArray |
class |
PVFieldNTHistogramToVLongArray |
class |
PVFieldNTHistogramToVShortArray |
class |
PVFieldNTMatrixToVDoubleArray |
class |
PVFieldToVBoolean |
class |
PVFieldToVBooleanArray |
class |
PVFieldToVByte |
class |
PVFieldToVByteArray |
class |
PVFieldToVDouble |
class |
PVFieldToVDoubleArray |
class |
PVFieldToVFloat |
class |
PVFieldToVFloatArray |
class |
PVFieldToVInt |
class |
PVFieldToVIntArray |
class |
PVFieldToVLong |
class |
PVFieldToVLongArray |
class |
PVFieldToVShort |
class |
PVFieldToVShortArray |
class |
PVFieldToVStatistics |
class |
PVFieldToVString |
class |
PVFieldToVStringArray |
Modifier and Type | Interface and Description |
---|---|
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 |
VFloat
Scalar float with alarm, timestamp, display and control information.
|
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 |
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 |
VMultiInt |
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.
|
Modifier and Type | Method and Description |
---|---|
Display |
DisplayBuilder.build()
Creates a new Display.
|
static Display |
ValueFactory.displayBoolean()
Returns a display from 0 to 1, suitable for booleans.
|
static Display |
ValueFactory.displayNone()
Empty display information.
|
static Display |
ValueUtil.displayOf(Object obj)
Extracts the display information if present.
|
static Display |
ValueFactory.newDisplay(Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
Creates a new display
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ValueUtil.displayEquals(Display d1,
Display d2)
Returns true if the two displays contain the same information.
|
static boolean |
ValueUtil.displayHasValidDisplayLimits(Display display)
Checks whether the display limits are non-null and non-NaN.
|
static Alarm |
ValueFactory.newAlarm(Number value,
Display display)
Alarm based on the value and the display ranges.
|
static VByte |
ValueFactory.newVByte(Byte value,
Alarm alarm,
Time time,
Display display)
Creates a new VByte.
|
static VDouble |
ValueFactory.newVDouble(Double value,
Alarm alarm,
Time time,
Display display)
Creates a new VDouble.
|
static VDouble |
ValueFactory.newVDouble(Double value,
Display display)
Creates new immutable VDouble by using metadata from the old value,
now as timestamp and computing alarm from the metadata range.
|
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(org.epics.util.array.ListDouble data,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray.
|
static VFloat |
ValueFactory.newVFloat(Float value,
Alarm alarm,
Time time,
Display display)
Creates a new VFloat.
|
static VFloatArray |
ValueFactory.newVFloatArray(org.epics.util.array.ListFloat data,
Alarm alarm,
Time time,
Display display)
Creates a new VFloatArray.
|
static VInt |
ValueFactory.newVInt(Integer value,
Alarm alarm,
Time time,
Display display)
Creates a new VInt.
|
static VIntArray |
ValueFactory.newVIntArray(org.epics.util.array.ListInt values,
Alarm alarm,
Time time,
Display display)
Creates a new VIntArray.
|
static VLong |
ValueFactory.newVLong(Long value,
Alarm alarm,
Time time,
Display display)
Creates a new VLong.
|
static VLongArray |
ValueFactory.newVLongArray(org.epics.util.array.ListLong values,
Alarm alarm,
Time time,
Display display)
Creates a new VLongArray.
|
static VMultiDouble |
ValueFactory.newVMultiDouble(List<VDouble> values,
Alarm alarm,
Time time,
Display display)
Creates a new VMultiDouble.
|
static VNumber |
ValueFactory.newVNumber(Number value,
Alarm alarm,
Time time,
Display display)
Creates a new VNumber based on the type of the data
|
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 VShort |
ValueFactory.newVShort(Short value,
Alarm alarm,
Time time,
Display display)
Creates a new VShort.
|
static VShortArray |
ValueFactory.newVShortArray(org.epics.util.array.ListShort values,
Alarm alarm,
Time time,
Display display)
Creates a new VShortArray.
|
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 Double |
ValueUtil.normalize(Number value,
Display display)
Normalizes the given value according to the given display information.
|
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,
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. |
Copyright © 2010–2015. All rights reserved.