Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DMachCommand.cs129 …public MachCommand(Monitor monitor, Func<IMachine> getCurrentMachine, Action<IMachine> setCurrentM… in MachCommand() argument
132 GetCurrentMachine = getCurrentMachine; in MachCommand()
DPeripheralsCommand.cs53 …public PeripheralsCommand(Monitor monitor, Func<IMachine> getCurrentMachine) : base(monitor, "peri… in PeripheralsCommand() argument
55 GetCurrentMachine = getCurrentMachine; in PeripheralsCommand()