public class DoubleArrayTimeCacheFromVDoubleArray extends Object implements DoubleArrayTimeCache
Modifier and Type | Class and Description |
---|---|
class |
DoubleArrayTimeCacheFromVDoubleArray.Data |
Constructor and Description |
---|
DoubleArrayTimeCacheFromVDoubleArray(ReadFunction<? extends List<? extends VNumberArray>> function) |
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.
|
public DoubleArrayTimeCacheFromVDoubleArray(ReadFunction<? extends List<? extends VNumberArray>> function)
public DoubleArrayTimeCache.Data getData(org.epics.util.time.Timestamp begin, org.epics.util.time.Timestamp end)
getData
in interface DoubleArrayTimeCache
public 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)
DoubleArrayTimeCache
newData
in interface DoubleArrayTimeCache
public Display getDisplay()
getDisplay
in interface DoubleArrayTimeCache
Copyright © 2010–2015. All rights reserved.