Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

CLIENT_STCP_PORT Class Reference

#include <stcpsvr.hh>

Collaboration diagram for CLIENT_STCP_PORT:

Collaboration graph
[legend]

Public Methods

 CLIENT_STCP_PORT ()

Data Fields

int errors
int max_errors
sockaddr_in address
int socket_fd
int last_write_id
pid_t pid

Constructor & Destructor Documentation

CLIENT_STCP_PORT::CLIENT_STCP_PORT   [inline]
 

Definition at line 42 of file stcpsvr.hh.

00043   {
00044     errors = 0;
00045     max_errors = 50;
00046     last_write_id = -1;
00047     socket_fd = -1;
00048   }


Field Documentation

int CLIENT_STCP_PORT::errors
 

Definition at line 49 of file stcpsvr.hh.

int CLIENT_STCP_PORT::max_errors
 

Definition at line 49 of file stcpsvr.hh.

struct sockaddr_in CLIENT_STCP_PORT::address
 

Definition at line 50 of file stcpsvr.hh.

Referenced by CMS_SERVER_REMOTE_STCP_PORT::CMS_SERVER_REMOTE_STCP_PORT().

int CLIENT_STCP_PORT::socket_fd
 

Definition at line 51 of file stcpsvr.hh.

Referenced by CMS_SERVER_REMOTE_STCP_PORT::CMS_SERVER_REMOTE_STCP_PORT(), and CMS_SERVER_REMOTE_STCP_PORT::register_port().

int CLIENT_STCP_PORT::last_write_id
 

Definition at line 52 of file stcpsvr.hh.

pid_t CLIENT_STCP_PORT::pid
 

Definition at line 60 of file stcpsvr.hh.


The documentation for this class was generated from the following file:
Generated on Sun Dec 2 15:58:11 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001