Searched refs:DataBlock (Results 1 – 3 of 3) sorted by relevance
43 Predicate<DataBlock<T>> extraFilter = null) where T: RESDSample, new()187 …m(ReadFilePath path, uint channel, long sampleOffsetTime = 0, Predicate<DataBlock<T>> extraFilter … in RESDStream()324 public DataBlock<T> CurrentBlock => currentBlock;339 private bool TryGetNextBlock(out DataBlock<T> block) in TryGetNextBlock()381 private DataBlock<T> currentBlock;383 private IEnumerator<DataBlock<T>> blockEnumerator;391 private readonly Predicate<DataBlock<T>> extraFilter;
36 public abstract class DataBlock<T> : IDataBlock where T: RESDSample, new() class38 public DataBlock(DataBlockHeader header) in DataBlock() method in Antmicro.Renode.Utilities.RESD.DataBlock91 public class ConstantFrequencySamplesDataBlock<T> : DataBlock<T> where T : RESDSample, new()
31 public IEnumerable<DataBlock<T>> GetDataBlockEnumerator<T>() where T : RESDSample, new()33 return new DataBlockEnumerator(this, typeof(T)).OfType<DataBlock<T>>();