Package | Description |
---|---|
org.epics.pvmanager.extra |
This package contains experimental classes that, once stable, will
be deprecated and moved into more official packages.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleArrayTimeCacheFromVDoubleArray.Data |
class |
DoubleArrayTimeCacheFromVDoubles.Data |
Modifier and Type | Method and Description |
---|---|
DoubleArrayTimeCache.Data |
DoubleArrayTimeCacheFromVDoubles.getData(org.epics.util.time.Timestamp begin,
org.epics.util.time.Timestamp end) |
DoubleArrayTimeCache.Data |
DoubleArrayTimeCacheFromVDoubleArray.getData(org.epics.util.time.Timestamp begin,
org.epics.util.time.Timestamp end) |
DoubleArrayTimeCache.Data |
DoubleArrayTimeCache.getData(org.epics.util.time.Timestamp begin,
org.epics.util.time.Timestamp end) |
Modifier and Type | Method and Description |
---|---|
List<DoubleArrayTimeCache.Data> |
DoubleArrayTimeCacheFromVDoubles.newData(org.epics.util.time.Timestamp beginUpdate,
org.epics.util.time.Timestamp endUpdate,
org.epics.util.time.Timestamp beginNew,
org.epics.util.time.Timestamp endNew) |
List<DoubleArrayTimeCache.Data> |
DoubleArrayTimeCacheFromVDoubleArray.newData(org.epics.util.time.Timestamp beginUpdate,
org.epics.util.time.Timestamp endUpdate,
org.epics.util.time.Timestamp beginNew,
org.epics.util.time.Timestamp endNew) |
List<DoubleArrayTimeCache.Data> |
DoubleArrayTimeCache.newData(org.epics.util.time.Timestamp beginUpdate,
org.epics.util.time.Timestamp endUpdate,
org.epics.util.time.Timestamp beginNew,
org.epics.util.time.Timestamp endNew)
Each segment of the new data ends with an array of old data.
|
Copyright © 2010–2015. All rights reserved.