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 |
BaseStructureArray
Base class for implementing a StructureArray.
|
Modifier and Type | Field and Description |
---|---|
protected StructureArray |
BasePVStructureArray.structureArray |
Modifier and Type | Method and Description |
---|---|
StructureArray |
BasePVStructureArray.getStructureArray() |
Constructor and Description |
---|
BasePVStructureArray(StructureArray structureArray)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StructureArray |
FieldCreate.createStructureArray(Structure elementStructure)
Create an Array field that is has element type Structure
|
StructureArray |
PVStructureArray.getStructureArray()
Get the introspection interface.
|
Modifier and Type | Method and Description |
---|---|
PVStructureArray |
PVDataCreate.createPVStructureArray(StructureArray structureArray)
Create an implementation of an array with structure elements.
|
boolean |
Convert.isCopyStructureArrayCompatible(StructureArray from,
StructureArray to)
Are from and to valid for copyStructureArray.
|
Copyright © 2014. All Rights Reserved.