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 |
BasePVUnion
Base class for a PVUnion.
|
Modifier and Type | Field and Description |
---|---|
protected PVUnion[] |
BasePVUnionArray.value |
Modifier and Type | Method and Description |
---|---|
PVUnion |
BasePVStructure.getUnionField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
int |
BasePVUnionArray.put(int offset,
int len,
PVUnion[] from,
int fromOffset) |
void |
BasePVUnionArray.shareData(PVUnion[] from) |
Modifier and Type | Field and Description |
---|---|
PVUnion[] |
UnionArrayData.data
The PVUnion[].
|
Modifier and Type | Method and Description |
---|---|
PVUnion |
PVDataCreate.createPVUnion(PVUnion unionToClone)
Create implementation for PVUnion.
|
PVUnion |
PVDataCreate.createPVUnion(Union union)
Create implementation for PVUnion.
|
PVUnion |
PVDataCreate.createPVVariantUnion()
Create variant union implementation.
|
PVUnion |
PVStructure.getUnionField(String fieldName)
Find a unon subfield with the specified fieldName.
|
Modifier and Type | Method and Description |
---|---|
void |
Convert.copyUnion(PVUnion from,
PVUnion to)
Copy from a union pv to another union pv.
|
PVUnion |
PVDataCreate.createPVUnion(PVUnion unionToClone)
Create implementation for PVUnion.
|
int |
PVUnionArray.put(int offset,
int length,
PVUnion[] from,
int fromOffset)
Put values into a PVUnionArray from PVUnion[]from
|
void |
PVUnionArray.shareData(PVUnion[] from)
Share the data from caller.
|
Copyright © 2014. All Rights Reserved.