Home
last modified time | relevance | path

Searched refs:RESDException (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDException.cs11 public class RESDException : Exception class
13 public RESDException(string message) : base(message) in RESDException() method in Antmicro.Renode.Utilities.RESD.RESDException
DLowLevelRESDParser.cs61 …throw new RESDException($"Invalid magic number for RESD file, excepted: {Misc.PrettyPrintCollectio… in ReadHeader()
67 throw new RESDException($"Version {version} is not supported"); in ReadHeader()
73 …throw new RESDException($"Invalid padding in RESD header (expected {HeaderPaddingLength} zeros, go… in ReadHeader()
109 …throw new RESDException($"RESD file ended while reading data: {message} ({reader.BaseStream.Positi… in DataBlockEnumerator()
DMetadataBlock.cs71 …throw new RESDException($"Invalid metadata type ({valueType}), offset: {reader.BaseStream.Position… in ReadFromStream()
79 …throw new RESDException($"Invalid amount of data read, expected: {metadataLength}, actual: {(ulong… in ReadFromStream()
DDataBlock.cs105 throw new RESDException("trying to call TryGetSample when using Samples iterator"); in TryGetSample()
151 throw new RESDException("Trying to use Samples iterator during TryGetSample");
DRESDSample.cs25 …throw new RESDException($"This sample type ({this.GetType().Name}) doesn't allow for skipping data… in Skip()
DRESDStream.cs192 throw new RESDException($"Unsupported RESD sample type: {typeof(T).Name}"); in RESDStream()
334 throw new RESDException($"Provided RESD file doesn't contain data for {typeof(T)}"); in PrereadFirstBlock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DRenesasDA14_GPADC.cs46 catch (RESDException) in FeedSamplesFromRESD()
DCAES_ADC.cs47 catch(RESDException) in FeedSamplesFromRESD()