Home
last modified time | relevance | path

Searched refs:ParseFile (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesPacket.cs25 …public static IList<SensorSamplesPacket<T>> ParseFile(string path, Func<List<decimal>, T> sampleCo… in ParseFile() method in Antmicro.Renode.Peripherals.Sensors.T
DSensorSamplesFifo.cs74 var packets = SensorSamplesPacket<T>.ParseFile(path, sampleConstructor); in FeedSamplesFromBinaryFile()