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

REMOTE_CMS_REQUEST Struct Reference

#include <rem_msg.hh>

Inheritance diagram for REMOTE_CMS_REQUEST:

Inheritance graph
[legend]
Collaboration diagram for REMOTE_CMS_REQUEST:

Collaboration graph
[legend]

Public Methods

 REMOTE_CMS_REQUEST (REMOTE_CMS_REQUEST_TYPE _type)

Data Fields

long buffer_number
int type
int subdiv

Constructor & Destructor Documentation

REMOTE_CMS_REQUEST::REMOTE_CMS_REQUEST REMOTE_CMS_REQUEST_TYPE    _type [inline]
 

Definition at line 53 of file rem_msg.hh.

00054   {
00055     type = (int) _type;
00056     buffer_number = 0;
00057     subdiv = 0;
00058   };


Field Documentation

long REMOTE_CMS_REQUEST::buffer_number
 

Definition at line 59 of file rem_msg.hh.

Referenced by CMS_SERVER_REMOTE_UDP_PORT::handle_request(), CMS_SERVER_REMOTE_TTY_PORT::handle_request(), RPCMEM::login(), RPCMEM::peek(), CMS_SERVER::process_request(), RPCMEM::read(), CMS_SERVER::set_diag_info(), RPCMEM::write(), and RPCMEM::write_if_read().

int REMOTE_CMS_REQUEST::type
 

Definition at line 60 of file rem_msg.hh.

Referenced by NML_SERVER_LOCAL_PORT::blocking_read(), CMS_SERVER::get_access_type(), CMS_SERVER::process_request(), and CMS_SERVER::security_check().

int REMOTE_CMS_REQUEST::subdiv
 

Definition at line 61 of file rem_msg.hh.

Referenced by CMS_SERVER::process_request().


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