Searched refs:RESDSample (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ |
| D | RESDSample.cs | 13 public abstract class RESDSample : IAutoLoadType class 51 public class TemperatureSample : RESDSample 71 public class AccelerationSample : RESDSample 99 public class AngularRateSample : RESDSample 127 public class VoltageSample : RESDSample 147 public class ECGSample : RESDSample 167 public class HumiditySample : RESDSample 187 public class PressureSample : RESDSample 207 public class MagneticSample : RESDSample
|
| D | DataBlock.cs | 33 IEnumerable<KeyValuePair<TimeInterval, RESDSample>> Samples { get; } 36 public abstract class DataBlock<T> : IDataBlock where T: RESDSample, new() 51 public abstract IEnumerable<KeyValuePair<TimeInterval, RESDSample>> Samples { get; } 91 public class ConstantFrequencySamplesDataBlock<T> : DataBlock<T> where T : RESDSample, new() 145 public override IEnumerable<KeyValuePair<TimeInterval, RESDSample>> Samples 162 …yield return new KeyValuePair<TimeInterval, RESDSample>(TimeInterval.FromMicroseconds(currentTime …
|
| D | RESDStream.cs | 43 Predicate<DataBlock<T>> extraFilter = null) where T: RESDSample, new() field in Antmicro.Renode.Utilities.RESD.RESDStreamExtension 61 … ulong startTime = 0, string domain = null, bool shouldStop = true) where T: RESDSample, new() field in Antmicro.Renode.Utilities.RESD.RESDStreamExtension 85 … ulong startTime = 0, string domain = null, bool shouldStop = true) where T: RESDSample, new() field in Antmicro.Renode.Utilities.RESD.RESDStreamExtension 109 out Out sample, out TimeInterval timestamp) where T: RESDSample, new() field in Antmicro.Renode.Utilities.RESD.RESDStreamExtension 117 where T: RESDSample, new() field in Antmicro.Renode.Utilities.RESD.RESDStreamExtension 154 public class RESDStream<T, Out> : RESDStream<T> where T: RESDSample, new() 185 public class RESDStream<T> : IDisposable where T : RESDSample, new()
|
| D | SamplesData.cs | 13 public class SamplesData<T> where T : RESDSample, new()
|
| D | LowLevelRESDParser.cs | 31 public IEnumerable<DataBlock<T>> GetDataBlockEnumerator<T>() where T : RESDSample, new() field in Antmicro.Renode.Utilities.RESD.LowLevelRESDParser
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | HS3001.cs | 214 where T: RESDSample, new() field in Antmicro.Renode.Peripherals.Sensors.HS3001
|
| D | ICP_101xx.cs | 343 … bool TryGetSampleFromRESDStream<T>(RESDStream<T> stream, out T sample) where T : RESDSample, new() field in Antmicro.Renode.Peripherals.Sensors.ICP_101xx
|
| D | MAX86171.cs | 915 private class MAX86171_AFESample : RESDSample
|