Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DSetCommand.cs32 …private void ProcessVariable(ICommandInteraction writer, string variableName, bool initialized = f… in ProcessVariable() method in Antmicro.Renode.UserInterface.Commands.SetCommand
52 ProcessVariable(writer, variable.Value); in Run()
58 ProcessVariable(writer, variable.Value); in Run()
64 ProcessVariable(writer, variable.Value, true); in Run()
70 ProcessVariable(writer, variable.Value, true); in Run()