added state command, nicer help

This commit is contained in:
john30
2015-01-31 19:04:14 +01:00
parent e0f4c3609c
commit 70609f1b03
2 changed files with 33 additions and 15 deletions
+7
View File
@@ -126,6 +126,13 @@ private:
*/
string executeListen(vector<string> &args, bool& listening);
/**
* Execute the state command.
* @param args the arguments passed to the command (starting with the command itself).
* @return the result string.
*/
string executeState();
/**
* Execute the scan command.
* @param args the arguments passed to the command (starting with the command itself).