Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DMonitorPathCommand.cs15 public class MonitorPathCommand : Command class
57 …public MonitorPathCommand(Monitor monitor, MonitorPath path) : base(monitor, "path", "allows modif… in MonitorPathCommand() method in Antmicro.Renode.UserInterface.Commands.MonitorPathCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs230 Commands.Add(new MonitorPathCommand(this, monitorPath)); in InitCommands()