Package org.epics.pvdata.pv

This package contains the interface definitions for the Java implementation of pvData.

This package has the enum, interface, and class definitions that define pvData. This section provides a complete definition of what pvData is and how data is accessed.

This package defines the following:

ScalarType
One of: pvBoolean, pvByte, pvShort, pvInt, pvLong, pvUByte, pvUShort, pvUInt, pvULong, pvFloat, pvDouble, pvString
Type
One of scalar, union, structure, scalarArray, unionArray, structureArray
Introspection Interfaces
Field
Base introspection interface.
Scalar
Introspection interface for type scalar.
Union
Introspection interface for type union.
Structure
Introspection interface for type structure.
ScalarArray
Introspection interface for type scalarArray.
UnionArray
Introspection interface for type unionArray.
StructureArray
Introspection interface for type structureArray.
Data Interfaces
PVField
Base data interface.
PVScalar
Base data interface for type scalar.
PVBoolean
Data interface for scalar of type pvBoolean.
PVByte
Data interface for scalar of type pvByte.
PVShort
Data interface for scalar of type pvShort.
PVInt
Data interface for scalar of type pvInt.
PVLong
Data interface for scalar of type pvLong.
PVUByte
Data interface for scalar of type pvUByte.
PVUShort
Data interface for scalar of type pvUShort.
PVUInt
Data interface for scalar of type pvUInt.
PVULong
Data interface for scalar of type pvULong.
PVFloat
Data interface for scalar of type pvFloat.
PVDouble
Data interface for scalar of type pvDouble.
PVString
Data interface for scalar of type pvString.
PVUnion
Data interface for type pvUnion.
PVStructure
Data interface for type pvUnion.
PVScalarArray
Base data interface for type scalarArray.
PVBooleanArray
Data interface for scalarArray of type pvBoolean.
PVByteArray
Data interface for scalarArray of type pvByte.
PVShortArray
Data interface for scalarArray of type pvShort.
PVIntArray
Data interface for scalarArray of type pvInt.
PVLongArray
Data interface for scalarArray of type pvLong.
PVUByteArray
Data interface for scalarArray of type pvUByte.
PVUShortArray
Data interface for scalarArray of type pvUShort.
PVUIntArray
Data interface for scalarArray of type pvUInt.
PVULongArray
Data interface for scalarArray of type pvULong.
PVFloatArray
Data interface for scalarArray of type pvFloat.
PVDoubleArray
Data interface for scalarArray of type pvDouble.
PVStringArray
Data interface for scalarArray of type pvString.
PVUnionArray
Data interface for type pvUnionArray.
PVStructureArray
Data interface for type pvStructureArray.