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 |
AbstractPVArray
Abstract base class for any PVArray field.
|
class |
AbstractPVScalarArray
Abstract base class for any PVArray field.
|
class |
BasePVBooleanArray
Base class for implementing PVBooleanArray.
|
class |
BasePVByteArray
Base class for implementing PVByteArray.
|
class |
BasePVDoubleArray
Base class for implementing PVDoubleArray.
|
class |
BasePVFloatArray
Base class for implementing PVFloatArray.
|
class |
BasePVIntArray
Base class for implementing PVIntArray.
|
class |
BasePVLongArray
Base class for implementing PVLongArray.
|
class |
BasePVShortArray
Base class for implementing PVShortArray.
|
class |
BasePVStringArray
Base class for implementing PVStringArray.
|
class |
BasePVStructureArray
Base class for implementing PVDoubleArray.
|
class |
BasePVUByteArray
Base class for implementing PVByteArray.
|
class |
BasePVUIntArray
Base class for implementing PVIntArray.
|
class |
BasePVULongArray
Base class for implementing PVLongArray.
|
class |
BasePVUnionArray
Base class for implementing PVDoubleArray.
|
class |
BasePVUShortArray
Base class for implementing PVShortArray.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PVBooleanArray
get/put a boolean array.
|
interface |
PVByteArray
Get/put a byte array.
|
interface |
PVDoubleArray
Get/put a double array.
|
interface |
PVFloatArray
Get/put a float array.
|
interface |
PVIntArray
Get/put a int array.
|
interface |
PVLongArray
Get/put a long array.
|
interface |
PVScalarArray
Base interface for array data.
|
interface |
PVShortArray
Get/put a short array.
|
interface |
PVStringArray
Get/put a String array.
|
interface |
PVStructureArray
Get/put a structure array.
|
interface |
PVUByteArray
Get/put a byte array.
|
interface |
PVUIntArray
Get/put a int array.
|
interface |
PVULongArray
Get/put a long array.
|
interface |
PVUnionArray
Get/put a union array.
|
interface |
PVUShortArray
Get/put a short array.
|
Copyright © 2014. All Rights Reserved.