StatusCommand.cc Source File
Back to the index.
Go to the documentation of this file.
47 "step " << gxemul.
GetStep() <<
", " <<
58 return "Shows the current status (runstate etc).";
65 "Shows the current status, which includes:\n\n"
66 " * Number of emulated step\n"
67 " * Runstate (Running or Paused)\n"
69 "Typing CTRL-T at the command prompt also executes the 'status' command.\n";
StatusCommand()
Constructs a StatusCommand.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
A Command is a named function, executed by the CommandInterpreter.
virtual void ShowDebugMessage(const string &msg)=0
Shows a debug message.
string GetRunStateAsString() const
Gets the current RunState as a string.
UI * GetUI()
Gets a pointer to the GXemul instance' active UI.
uint64_t GetStep() const
Gets the current step of the emulation.
virtual string GetLongDescription() const
Returns a long description/help message for the command.
Generated on Tue Aug 25 2020 19:25:06 for GXemul by
1.8.18