A Command Interpreter with support for used defined commands, subsystems, macros, help and parameter parsing.

Revision:
9:dc9faec79298
Parent:
8:83edd6addbd5
Child:
11:8b8f8dbef476
--- a/main.cpp	Fri Feb 11 10:51:08 2011 +0000
+++ b/main.cpp	Fri Feb 11 11:26:32 2011 +0000
@@ -44,6 +44,7 @@
     cmds.push_back(c2); //The Int Command is handled by our 'my_dispatcher' method.
 
     //Add some predefined...
+    cmds.push_back(COMMANDS); //Handled by Cmdb internally.
     cmds.push_back(BOOT); //Handled by Cmdb internally.
 
     cmds.push_back(ECHO); //Handled by Cmdb internally.