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 | Method and Description |
---|---|
int |
BasePVUIntArray.get(int offset,
int len,
IntArrayData data) |
int |
BasePVIntArray.get(int offset,
int len,
IntArrayData data) |
Modifier and Type | Method and Description |
---|---|
int |
PVIntArray.get(int offset,
int length,
IntArrayData data)
Get values from a PVIntArray and put them into int[]to.
|
int |
PVUIntArray.get(int offset,
int length,
IntArrayData data)
Get values from a PVIntArray and put them into int[]to.
|
Copyright © 2014. All Rights Reserved.