public interface DoubleArrayTimeCache
Modifier and Type | Interface and Description |
---|---|
static interface |
DoubleArrayTimeCache.Data |
Modifier and Type | Method and Description |
---|---|
DoubleArrayTimeCache.Data |
getData(org.epics.util.time.Timestamp begin,
org.epics.util.time.Timestamp end) |
Display |
getDisplay() |
List<DoubleArrayTimeCache.Data> |
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.
|
DoubleArrayTimeCache.Data getData(org.epics.util.time.Timestamp begin, org.epics.util.time.Timestamp end)
List<DoubleArrayTimeCache.Data> 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)
Display getDisplay()
Copyright © 2010–2015. All rights reserved.