Package | Description |
---|---|
org.epics.pvdata.factory |
This package implements the interfaces defined in org.epics.pvdata.pv.
|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseScalar
Base class for implementing a Scalar.
|
Modifier and Type | Method and Description |
---|---|
Scalar |
AbstractPVScalar.getScalar() |
Constructor and Description |
---|
AbstractPVScalar(Scalar scalar)
Constructor.
|
BasePVBoolean(Scalar scalar) |
BasePVByte(Scalar scalar) |
BasePVDouble(Scalar scalar) |
BasePVFloat(Scalar scalar) |
BasePVInt(Scalar scalar) |
BasePVLong(Scalar scalar) |
BasePVShort(Scalar scalar) |
BasePVString(Scalar scalar) |
BasePVUByte(Scalar scalar) |
BasePVUInt(Scalar scalar) |
BasePVULong(Scalar scalar) |
BasePVUShort(Scalar scalar) |
Modifier and Type | Method and Description |
---|---|
Scalar |
FieldCreate.createScalar(ScalarType scalarType)
Create a ScalarField.
|
Scalar |
PVScalar.getScalar()
Get the Scalar reflection interface.
|
Modifier and Type | Method and Description |
---|---|
PVScalar |
PVDataCreate.createPVScalar(Scalar scalar)
Create an implementation of a scalar field reusing the Scalar introspection interface.
|
boolean |
Convert.isCopyScalarCompatible(Scalar from,
Scalar to)
Are from and to valid arguments to copyScalar.
|
Copyright © 2014. All Rights Reserved.