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

Files at this revision

API Documentation at this revision

Comitter:
wvd_vegt
Date:
Fri Feb 11 11:52:15 2011 +0000
Parent:
9:dc9faec79298
Child:
11:8b8f8dbef476
Commit message:
0.73

Changed in this revision

cmdb.h Show annotated file Show diff for this revision Revisions of this file
--- a/cmdb.h	Fri Feb 11 11:26:32 2011 +0000
+++ b/cmdb.h	Fri Feb 11 11:52:15 2011 +0000
@@ -121,6 +121,11 @@
     char *cmddescr;
     char *parmdescr;
 
+    /** Default Constructor.
+     */
+    cmd() {
+    }
+
     /** Command Constructor.
      *
      * @parm _cmdstr the command, not case sensitive.
@@ -375,7 +380,7 @@
 
 /** The Command Interpreter Version.
  */
-#define CMDB_VERSION     0.72
+#define CMDB_VERSION     0.73
 
 //------------------------------------------------------------------------------