added grab command

This commit is contained in:
john30
2015-03-14 11:58:54 +01:00
parent 2cfa18c4e1
commit afd8792d72
4 changed files with 103 additions and 14 deletions
+7
View File
@@ -129,6 +129,13 @@ private:
*/
string executeState(vector<string> &args);
/**
* Execute the grab command.
* @param args the arguments passed to the command (starting with the command itself), or empty for help.
* @return the result string.
*/
string executeGrab(vector<string> &args);
/**
* Execute the scan command.
* @param args the arguments passed to the command (starting with the command itself), or empty for help.