Package | Description |
---|---|
org.epics.pvmanager.pva.adapters | |
org.epics.vtype |
Modifier and Type | Class and Description |
---|---|
class |
PVFieldToVBoolean |
class |
PVFieldToVByte |
class |
PVFieldToVDouble |
class |
PVFieldToVEnum |
class |
PVFieldToVFloat |
class |
PVFieldToVInt |
class |
PVFieldToVLong |
class |
PVFieldToVShort |
class |
PVFieldToVString |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiScalar<T extends Scalar>
Multi channel array.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VBoolean
Scalar boolean with alarm and timestamp.
|
interface |
VByte
Scalar byte with alarm, timestamp, display and control information.
|
interface |
VDouble
Scalar double with alarm, timestamp, display and control information.
|
interface |
VEnum
Scalar enum with alarm and timestamp.
|
interface |
VFloat
Scalar float with alarm, timestamp, display and control information.
|
interface |
VInt
Scalar integer with alarm, timestamp, display and control information.
|
interface |
VLong
Scalar long with alarm, timestamp, display and control information.
|
interface |
VNumber
Scalar number with alarm, timestamp, display and control information.
|
interface |
VShort
Scalar short with alarm, timestamp, display and control information.
|
interface |
VString
Scalar string with alarm and timestamp.
|
Modifier and Type | Method and Description |
---|---|
String |
ValueFormat.format(Scalar scalar)
Formats an scalar.
|
protected abstract StringBuffer |
ValueFormat.format(Scalar scalar,
StringBuffer toAppendTo,
FieldPosition pos)
Formats a scalar.
|
protected StringBuffer |
SimpleValueFormat.format(Scalar scalar,
StringBuffer toAppendTo,
FieldPosition pos) |
Copyright © 2010–2015. All rights reserved.