#include <udp_srv.hh>
Collaboration diagram for CLIENT_UDP_PORT:

Public Methods | |
| CLIENT_UDP_PORT () | |
Data Fields | |
| int | subscription_id |
| int | last_read_id |
| unsigned long | serial_number |
| int | errors |
| int | max_errors |
| sockaddr_in | address |
| int | socket_fd |
| RCS_LINKED_LIST * | subscriptions |
| msghdr | reply_message_header |
| sockaddr_in | client_socket_address |
| iovec | reply_iov2 [2] |
| int | client_list_id |
| pid_t | tid |
| pid_t | pid |
| int | blocking |
| int | threadId |
|
|
Definition at line 1275 of file udp_srv.cc. 01276 {
01277 serial_number = 0;
01278 errors = 0;
01279 max_errors = 50;
01280 address.sin_port = 0;
01281 address.sin_family = AF_INET;
01282 address.sin_addr.s_addr = dl_htonl (INADDR_ANY);
01283 socket_fd = -1;
01284 subscriptions = NULL;
01285 tid = -1;
01286 pid = -1;
01287 }
|
|
|
Definition at line 32 of file udp_srv.hh. Referenced by CMS_SERVER_REMOTE_UDP_PORT::add_subscription_client(), and CMS_SERVER_REMOTE_UDP_PORT::handle_request().
|
|
|
Definition at line 33 of file udp_srv.hh. Referenced by CMS_SERVER_REMOTE_UDP_PORT::add_subscription_client(), and CMS_SERVER_REMOTE_UDP_PORT::handle_request().
|
|
|
Definition at line 34 of file udp_srv.hh. Referenced by CMS_SERVER_REMOTE_UDP_PORT::add_subscription_client(), and CMS_SERVER_REMOTE_UDP_PORT::handle_request().
|
|
|
Definition at line 35 of file udp_srv.hh. |
|
|
Definition at line 35 of file udp_srv.hh. |
|
|
Definition at line 36 of file udp_srv.hh. |
|
|
Definition at line 37 of file udp_srv.hh. |
|
|
Definition at line 38 of file udp_srv.hh. Referenced by CMS_SERVER_REMOTE_UDP_PORT::add_subscription_client(), and CMS_SERVER_REMOTE_UDP_PORT::remove_subscription_client().
|
|
|
Definition at line 39 of file udp_srv.hh. Referenced by CMS_SERVER_REMOTE_UDP_PORT::handle_request().
|
|
|
Definition at line 40 of file udp_srv.hh. Referenced by CMS_SERVER_REMOTE_UDP_PORT::handle_request().
|
|
|
Definition at line 41 of file udp_srv.hh. Referenced by CMS_SERVER_REMOTE_UDP_PORT::handle_request().
|
|
|
Definition at line 42 of file udp_srv.hh. Referenced by CMS_SERVER_REMOTE_UDP_PORT::remove_subscription_client().
|
|
|
Definition at line 52 of file udp_srv.hh. |
|
|
Definition at line 53 of file udp_srv.hh. |
|
|
Definition at line 56 of file udp_srv.hh. |
|
|
Definition at line 63 of file udp_srv.hh. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001