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 |
BasePVShortArray.get(int offset,
int len,
ShortArrayData data) |
int |
BasePVUShortArray.get(int offset,
int len,
ShortArrayData data) |
Modifier and Type | Method and Description |
---|---|
int |
PVShortArray.get(int offset,
int length,
ShortArrayData data)
Get values from a PVShortArray and put them into short[]to.
|
int |
PVUShortArray.get(int offset,
int length,
ShortArrayData data)
Get values from a PVShortArray and put them into short[]to.
|
Copyright © 2014. All Rights Reserved.