org.epics.pvmanager.extra
Interface DoubleArrayTimeCache
- All Known Implementing Classes:
- DoubleArrayTimeCacheFromVDoubleArray, DoubleArrayTimeCacheFromVDoubles
public interface DoubleArrayTimeCache
- Author:
- carcassi
getData
DoubleArrayTimeCache.Data getData(TimeStamp begin,
TimeStamp end)
newData
List<DoubleArrayTimeCache.Data> newData(TimeStamp beginUpdate,
TimeStamp endUpdate,
TimeStamp beginNew,
TimeStamp endNew)
- Each segment of the new data ends with an array of old data.
Two regions can be requested: an update region, where only updates
are going to be returned, and a new region, where all data is going to
be returned.
- Returns:
getDisplay
Display getDisplay()
Copyright © 2011. All Rights Reserved.