The CommandProcessor is the interface to install a run-time menu into an embedded system.

Dependents:   A_CANAdapter USB2I2C

Revision:
7:0f058d664b21
Parent:
6:1a0512faa75d
Child:
8:25581f24f7f9
--- a/CommandProcessor.h	Sat Apr 02 17:12:39 2011 +0000
+++ b/CommandProcessor.h	Sun Apr 03 21:36:22 2011 +0000
@@ -44,7 +44,11 @@
 /// }
 /// 
 /// RUNRESULT_T Who(char *p);
-/// const CMD_T WhoCmd = {"who", "Shows who is logged on, or 'who id' for specifics", Who, visible};
+/// const CMD_T WhoCmd = {
+///       "who", 
+///       "Shows who is logged on, or 'who id' for specifics", 
+///       Who, 
+///       visible};
 /// 
 /// RUNRESULT_T Who(char *p)
 /// {