|
MIDAS
|
#include <msystem.h>

Public Member Functions | |
| void | clear () |
| void | close () |
Public Attributes | |
| std::string | prog_name |
| std::string | host_name |
| BOOL | is_mserver = 0 |
| int | send_sock = 0 |
| int | recv_sock = 0 |
| int | event_sock = 0 |
| INT | remote_hw_type = 0 |
| INT | watchdog_timeout = 0 |
| DWORD | last_activity = 0 |
| INT | convert_flags = 0 |
| char * | net_buffer = NULL |
| INT | net_buffer_size = 0 |
| INT | write_ptr =0 |
| INT | read_ptr =0 |
| INT | misalign =0 |
| HNDLE | odb_handle = 0 |
| HNDLE | client_handle = 0 |
|
inline |
Definition at line 379 of file msystem.h.

