Package | Description |
---|---|
org.epics.pvdata.factory |
This package implements the interfaces defined in org.epics.pvdata.pv.
|
org.epics.pvdata.misc |
This package provides a number of utility classes that are used by pvData code.
|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPVArray
Abstract base class for any PVArray field.
|
class |
AbstractPVField
Abstract base class for a PVField.
|
class |
AbstractPVScalar |
class |
AbstractPVScalarArray
Abstract base class for any PVArray field.
|
class |
BaseField
Base class for creating a Field.
|
class |
BasePVBoolean
Base class for PVBoolean.
|
class |
BasePVBooleanArray
Base class for implementing PVBooleanArray.
|
class |
BasePVByte
Base class for PVByte.
|
class |
BasePVByteArray
Base class for implementing PVByteArray.
|
class |
BasePVDouble
Base class for PVDouble.
|
class |
BasePVDoubleArray
Base class for implementing PVDoubleArray.
|
class |
BasePVFloat
Base class for PVFloat.
|
class |
BasePVFloatArray
Base class for implementing PVFloatArray.
|
class |
BasePVInt
Base class for PVInt.
|
class |
BasePVIntArray
Base class for implementing PVIntArray.
|
class |
BasePVLong
Base class for PVLong.
|
class |
BasePVLongArray
Base class for implementing PVLongArray.
|
class |
BasePVShort
Base class for PVByte.
|
class |
BasePVShortArray
Base class for implementing PVShortArray.
|
class |
BasePVString
Base class for PVString.
|
class |
BasePVStringArray
Base class for implementing PVStringArray.
|
class |
BasePVStructure
Base class for a PVStructure.
|
class |
BasePVStructureArray
Base class for implementing PVDoubleArray.
|
class |
BasePVUByte
Base class for PVByte.
|
class |
BasePVUByteArray
Base class for implementing PVByteArray.
|
class |
BasePVUInt
Base class for PVInt.
|
class |
BasePVUIntArray
Base class for implementing PVIntArray.
|
class |
BasePVULong
Base class for PVLong.
|
class |
BasePVULongArray
Base class for implementing PVLongArray.
|
class |
BasePVUnion
Base class for a PVUnion.
|
class |
BasePVUnionArray
Base class for implementing PVDoubleArray.
|
class |
BasePVUShort
Base class for PVByte.
|
class |
BasePVUShortArray
Base class for implementing PVShortArray.
|
class |
BaseScalar
Base class for implementing a Scalar.
|
class |
BaseScalarArray
Base class for implementing a ScalarArray.
|
class |
BaseStructure
Base interface for a Structure.
|
class |
BaseStructureArray
Base class for implementing a StructureArray.
|
class |
BaseUnion
Base class for implementing an union.
|
class |
BaseUnionArray
Base class for implementing a UnionArray.
|
Modifier and Type | Class and Description |
---|---|
class |
BitSet
This class implements a vector of bits that grows as needed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Field
Interface for field reflection.
|
interface |
PVArray
Base interface for array data.
|
interface |
PVBoolean
get/put boolean data
|
interface |
PVBooleanArray
get/put a boolean array.
|
interface |
PVByte
get/put byte data.
|
interface |
PVByteArray
Get/put a byte array.
|
interface |
PVDouble
Get/put double data
|
interface |
PVDoubleArray
Get/put a double array.
|
interface |
PVField
PVField is the base class for each PVData field.
|
interface |
PVFloat
Get/put float data.
|
interface |
PVFloatArray
Get/put a float array.
|
interface |
PVInt
Get/put int data.
|
interface |
PVIntArray
Get/put a int array.
|
interface |
PVLong
Get/put long data.
|
interface |
PVLongArray
Get/put a long array.
|
interface |
PVScalar
PVScalar extends PVField for a scalar field.
|
interface |
PVScalarArray
Base interface for array data.
|
interface |
PVShort
Get/put short data.
|
interface |
PVShortArray
Get/put a short array.
|
interface |
PVString
Get/put string data.
|
interface |
PVStringArray
Get/put a String array.
|
interface |
PVStructure
PVStructure interface.
|
interface |
PVStructureArray
Get/put a structure array.
|
interface |
PVUByte
get/put ubyte data.
|
interface |
PVUByteArray
Get/put a byte array.
|
interface |
PVUInt
Get/put int data.
|
interface |
PVUIntArray
Get/put a int array.
|
interface |
PVULong
Get/put long data.
|
interface |
PVULongArray
Get/put a long array.
|
interface |
PVUnion
PVUnion interface.
|
interface |
PVUnionArray
Get/put a union array.
|
interface |
PVUShort
Get/put short data.
|
interface |
PVUShortArray
Get/put a short array.
|
interface |
Scalar
Reflection interface for a scalar field.
|
interface |
ScalarArray
Base interface for array field reflection.
|
interface |
SerializableArray
Base interface for array serializaion.
|
interface |
Status
Status interface.
|
interface |
Structure
Reflection interface for structure field.
|
interface |
StructureArray
Base interface for array field reflection.
|
interface |
Union
Reflection interface for an union field.
|
interface |
UnionArray
Base interface for array field reflection.
|
Copyright © 2014. All Rights Reserved.