Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultiScalar<T extends Scalar>
Multi channel array.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VDouble
Scalar double with alarm, timestamp, display and control information.
|
interface |
VEnum
Scalar enum with alarm and timestamp.
|
interface |
VInt
Scalar integer 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 © 2012. All Rights Reserved.