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 |
VDoubleArray
Double array with alarm, timestamp, display and control information.
|
interface |
VEnumArray |
interface |
VFloatArray
Float array with alarm, timestamp, display and control information.
|
interface |
VIntArray
Int array with alarm, timestamp, display and control information.
|
interface |
VShortArray
Short array with alarm, timestamp, display and control information.
|
interface |
VStringArray |
Modifier and Type | Method and Description |
---|---|
String |
ValueFormat.format(Array<?> array)
Formats an array.
|
protected abstract StringBuffer |
ValueFormat.format(Array<?> array,
StringBuffer toAppendTo,
FieldPosition pos)
Formats an array.
|
protected StringBuffer |
SimpleValueFormat.format(Array<?> array,
StringBuffer toAppendTo,
FieldPosition pos) |
Copyright © 2012. All Rights Reserved.