#include <console_text.h>
Inherits Thread.
Inheritance diagram for ConsoleText:


Public Member Functions | |
| ConsoleText () | |
| virtual | ~ConsoleText () |
| virtual int | run () |
| Code of thread. | |
| virtual void | stop () |
Read from input and send commands to commander. Isn't equal to client's pop-up console. NOTE that this class doesn't support stop();
Definition at line 13 of file console_text.h.
|
|
Definition at line 10 of file console_text.cpp. |
|
|
Definition at line 15 of file console_text.cpp. |
|
|
Code of thread. This function must be implemented by childrens.
Implements Thread. Definition at line 22 of file console_text.cpp. References Commander::addCommand(), getAppServer(), ApplicationServer::getCommander(), and MAX_COMMAND. Here is the call graph for this function: ![]() |
|
|
Definition at line 37 of file console_text.cpp. References LOGE. |
1.4.5