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 |
BasePVStructureArray
Base class for implementing PVDoubleArray.
|
Modifier and Type | Method and Description |
---|---|
PVStructureArray |
BasePVStructure.getStructureArrayField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
PVStructureArray |
PVDataCreate.createPVStructureArray(Structure structure) |
PVStructureArray |
PVDataCreate.createPVStructureArray(StructureArray structureArray)
Create an implementation of an array with structure elements.
|
PVStructureArray |
PVStructure.getStructureArrayField(String fieldName)
Find a structureArray subfield with the specified fieldName.
|
Modifier and Type | Method and Description |
---|---|
void |
Convert.copyStructureArray(PVStructureArray from,
PVStructureArray to)
Copy from a structure array to another structure array.
|
Copyright © 2014. All Rights Reserved.