Package | Description |
---|---|
org.epics.pvdata.factory |
This package implements the interfaces defined in org.epics.pvdata.pv.
|
org.epics.pvdata.monitor |
This package has the interface and class definitions for code to monitor
changes to fields in a pvData structure.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPVField.setRequester(Requester requester) |
Modifier and Type | Interface and Description |
---|---|
interface |
MonitorRequester
Requester for ChannelMonitor.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PVField.setRequester(Requester requester)
Register the message requester.
|
Copyright © 2014. All Rights Reserved.