ConsoleText Class Reference

Console for terminal. More...

#include <console_text.h>

Inherits Thread.

Inheritance diagram for ConsoleText:

Inheritance graph
[legend]
Collaboration diagram for ConsoleText:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ConsoleText ()
virtual ~ConsoleText ()
virtual int run ()
 Code of thread.
virtual void stop ()

Detailed Description

Console for terminal.

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.


Constructor & Destructor Documentation

ConsoleText::ConsoleText  ) 
 

Definition at line 10 of file console_text.cpp.

ConsoleText::~ConsoleText  )  [virtual]
 

Definition at line 15 of file console_text.cpp.


Member Function Documentation

int ConsoleText::run  )  [virtual]
 

Code of thread.

This function must be implemented by childrens.

Returns:
whatever you want to return :-)

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:

void ConsoleText::stop  )  [virtual]
 

Definition at line 37 of file console_text.cpp.

References LOGE.


The documentation for this class was generated from the following files:
Generated on Wed Apr 12 14:14:02 2006 for bjs by  doxygen 1.4.5