output_redirector Class Reference
data out from cli to GUI via server
More...
#include <cli_server.h>
List of all members.
|
Public Member Functions |
|
void | Setup (int in_pipe_id, int in_sock_id) |
| | setup the named pipe and socket with pipeid and sockid
|
|
void | Setup (char *new_pipe_name, int in_sock_id) |
| | setup the named pipe and socket with pipename and sockid
|
|
void | run () |
| | read from the pipe and write to the socket until terminated
|
|
void | Final () |
| | close named pipe
|
Public Attributes |
|
int | sock_id |
| | Socket id.
|
|
char | pipe_name [255] |
| | Pipe name.
|
|
int | pipe_id |
| | Pipe id.
|
|
char | char_buf [255] |
| | Character buffer.
|
|
int | num_read |
| | Number read.
|
|
int | i |
| | Counter.
|
|
ofstream | debug |
| | Debug output stream.
|
Detailed Description
data out from cli to GUI via server
The documentation for this class was generated from the following file: