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 |
BasePVULongArray.get(int offset,
int len,
LongArrayData data) |
int |
BasePVLongArray.get(int offset,
int len,
LongArrayData data) |
Modifier and Type | Method and Description |
---|---|
int |
PVULongArray.get(int offset,
int length,
LongArrayData data)
Get values from a PVLongArray and put them into long[]to.
|
int |
PVLongArray.get(int offset,
int length,
LongArrayData data)
Get values from a PVLongArray and put them into long[]to.
|
Copyright © 2014. All Rights Reserved.