| D | RESDStream.cs | 41 …public static RESDStream<T> CreateRESDStream<T>(this IPeripheral @this, ReadFilePath path, uint ch… 55 var stream = new RESDStream<T>(path, channel, sampleOffsetTime, extraFilter); 60 …public static IManagedThread StartSampleFeedThread<T>(this RESDStream<T> @this, IUnderstandRESD ow… 84 …public static IManagedThread StartSampleFeedThread<T, Out>(this RESDStream<T, Out> @this, IUnderst… 108 …public static RESDStreamStatus TryGetCurrentSample<T, Out>(this RESDStream<T> @this, IPeripheral p… 154 public class RESDStream<T, Out> : RESDStream<T> where T: RESDSample, new() class 156 …public RESDStream(ReadFilePath path, uint channel, Func<T, Out> transformer, long sampleOffsetTime… in RESDStream() method in Antmicro.Renode.Utilities.RESD.RESDStream 185 public class RESDStream<T> : IDisposable where T : RESDSample, new() class 187 …public RESDStream(ReadFilePath path, uint channel, long sampleOffsetTime = 0, Predicate<DataBlock<… in RESDStream() method in Antmicro.Renode.Utilities.RESD.RESDStream
|