Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs257 public event Action EmulationChanged; event in Antmicro.Renode.Core.EmulationManager
316 var emulationChanged = EmulationChanged; in InvokeEmulationChanged()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCommandLineInterface.cs96 EmulationManager.Instance.EmulationChanged += () => in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs101 emulationManager.EmulationChanged += () => in Monitor()