public class SimpleFileDataSource extends Object implements DataSource
DataSource implementation which read samples from a file dump of
'sample_view' from Archive RDB.| Constructor and Description |
|---|
SimpleFileDataSource(String csvFilePath) |
public SimpleFileDataSource(String csvFilePath)
public DataChunk getData(String channelName, org.epics.util.time.Timestamp from)
Timestamp and starting with
the specified one. Polled by DataRequestThread.getData in interface DataSourcechannelName - channel to read.from - lowest Timestamp of the first returned sample.DataChunk a chunk of ordered samples with all
Timestamp superior to the specified argument.Copyright © 2010–2015. All rights reserved.