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 |
BasePVUnionArray
Base class for implementing PVDoubleArray.
|
Modifier and Type | Method and Description |
---|---|
PVUnionArray |
BasePVStructure.getUnionArrayField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
PVUnionArray |
PVDataCreate.createPVUnionArray(Union union) |
PVUnionArray |
PVDataCreate.createPVUnionArray(UnionArray unionArray)
Create an implementation of an array with union elements.
|
PVUnionArray |
PVDataCreate.createPVVariantUnionArray()
Create variant union array implementation.
|
PVUnionArray |
PVStructure.getUnionArrayField(String fieldName)
Find a unionArray subfield with the specified fieldName.
|
Modifier and Type | Method and Description |
---|---|
void |
Convert.copyUnionArray(PVUnionArray from,
PVUnionArray to)
Copy from a union array to another union array.
|
Copyright © 2014. All Rights Reserved.