Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/SampleCommandPlugin/
DSampleCommandPlugin.cs21 helloCommand = new HelloCommand(monitor); in SampleCommandPlugin()
30 private readonly HelloCommand helloCommand;
DHelloCommand.cs16 public sealed class HelloCommand : Command class
32 public HelloCommand(Monitor monitor) : base(monitor, "hello", "Greets a user.") in HelloCommand() method in Antmicro.Renode.Plugins.SampleCommandPlugin.HelloCommand