See: Description
Interface | Description |
---|---|
BitSetSerializable |
Base interface for partital serializaion.
|
Convert |
Convert between numeric types,convert any field to a string,
and convert from a string to a scalar field.
|
DeserializableControl |
Deserialization control interface.
|
Field |
Interface for field reflection.
|
FieldBuilder |
Interface for in-line creating of introspection interfaces.
|
FieldCreate |
Interface for creating introspection interfaces.
|
PostHandler |
Inytrerface for PostHandler.
|
PVArray |
Base interface for array data.
|
PVAuxInfo |
Auxiliary information for a field.
|
PVBoolean |
get/put boolean data
|
PVBooleanArray |
get/put a boolean array.
|
PVByte |
get/put byte data.
|
PVByteArray |
Get/put a byte array.
|
PVDataCreate |
Create PVField field implementations.
|
PVDouble |
Get/put double data
|
PVDoubleArray |
Get/put a double array.
|
PVField |
PVField is the base class for each PVData field.
|
PVFloat |
Get/put float data.
|
PVFloatArray |
Get/put a float array.
|
PVInt |
Get/put int data.
|
PVIntArray |
Get/put a int array.
|
PVLong |
Get/put long data.
|
PVLongArray |
Get/put a long array.
|
PVScalar |
PVScalar extends PVField for a scalar field.
|
PVScalarArray |
Base interface for array data.
|
PVShort |
Get/put short data.
|
PVShortArray |
Get/put a short array.
|
PVString |
Get/put string data.
|
PVStringArray |
Get/put a String array.
|
PVStructure |
PVStructure interface.
|
PVStructureArray |
Get/put a structure array.
|
PVUByte |
get/put ubyte data.
|
PVUByteArray |
Get/put a byte array.
|
PVUInt |
Get/put int data.
|
PVUIntArray |
Get/put a int array.
|
PVULong |
Get/put long data.
|
PVULongArray |
Get/put a long array.
|
PVUnion |
PVUnion interface.
|
PVUnionArray |
Get/put a union array.
|
PVUShort |
Get/put short data.
|
PVUShortArray |
Get/put a short array.
|
Requester |
Base interface for requesters.
|
Scalar |
Reflection interface for a scalar field.
|
ScalarArray |
Base interface for array field reflection.
|
Serializable |
Base interface for serializaion.
|
SerializableArray |
Base interface for array serializaion.
|
SerializableControl |
Flush control interface.
|
StandardField |
Generate introspection object for standard fields.
|
StandardPVField | |
Status |
Status interface.
|
StatusCreate |
Interface for creating status.
|
Structure |
Reflection interface for structure field.
|
StructureArray |
Base interface for array field reflection.
|
Union |
Reflection interface for an union field.
|
UnionArray |
Base interface for array field reflection.
|
Class | Description |
---|---|
BooleanArrayData |
Class required by get/put PVBooleanArray methods.
|
ByteArrayData |
Class required by get/put PVByteArray methods.
|
DoubleArrayData |
Class required by get/put PVDoubleArray methods.
|
FloatArrayData |
Class required by get/put PVFloatArray methods.
|
IntArrayData |
Class required by get/put PVIntArray methods.
|
LongArrayData |
Class required by get/put PVLongArray methods.
|
PVScalarType<T extends PVScalar,TA extends PVScalarArray> |
PV scalar and scalar array type metadata class.
|
ShortArrayData |
Class required by get/put PVShortArray methods.
|
StringArrayData |
Class required by get/put PVStringArray methods.
|
StructureArrayData |
Class required by get/put PVDoubleArray methods.
|
UnionArrayData |
Class required by get/put PVUnionArray methods.
|
Enum | Description |
---|---|
MessageType |
Types for messages.
|
ScalarType |
Process Variable Scalar Data Type.
|
Status.StatusType |
Status type enum.
|
Type |
Process Variable Data Type.
|
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. This package completely describes how pvData is accessed.
See documentation/pvDataJava.html for a more complete overview.
Copyright © 2014. All Rights Reserved.