Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs55 if(streamToEventConverter != null && streamToEventConverterForError != null) in Dispose()
57 streamToEventConverter.IgnoreWrites = true; in Dispose()
173 streamToEventConverter = new StreamToEventConverter(); in ConfigureOutput()
182 Engine.Runtime.IO.SetOutput(streamToEventConverter, utf8WithoutBom); in ConfigureOutput()
184streamToEventConverter.BytesWritten += bytes => writer.Write(utf8WithoutBom.GetString(bytes).Repla… in ConfigureOutput()
188 private StreamToEventConverter streamToEventConverter; field in Antmicro.Renode.UserInterface.MonitorPythonEngine