| 213 | } |
| 214 | |
| 215 | void Parser::startCommandLine() // (pat) Start a simple command line processor as a separate thread. |
| 216 | { |
| 217 | static Thread commandLineThread; |
| 218 | commandLineThread.start(commandLineFunc,NULL); |
| 219 | } |
| 220 | |
| 221 | |
| 222 | const char * Parser::help(const string& cmd) const |