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

REMOTE_WRITE_REQUEST Struct Reference

#include <rem_msg.hh>

Inheritance diagram for REMOTE_WRITE_REQUEST:

Inheritance graph
[legend]
Collaboration diagram for REMOTE_WRITE_REQUEST:

Collaboration graph
[legend]

Public Methods

 REMOTE_WRITE_REQUEST ()

Data Fields

int access_type
int size
void RCS_FAR * data
void * _nml

Constructor & Destructor Documentation

REMOTE_WRITE_REQUEST::REMOTE_WRITE_REQUEST   [inline]
 

Definition at line 136 of file rem_msg.hh.

00136                          :REMOTE_CMS_REQUEST (REMOTE_CMS_WRITE_REQUEST_TYPE)
00137   {
00138     data = NULL;
00139     size = 0;
00140   };


Field Documentation

int REMOTE_WRITE_REQUEST::access_type
 

Definition at line 141 of file rem_msg.hh.

Referenced by RPCMEM::write(), RPCMEM::write_if_read(), and NML_SERVER_LOCAL_PORT::writer().

int REMOTE_WRITE_REQUEST::size
 

Definition at line 142 of file rem_msg.hh.

Referenced by RPCMEM::write(), and NML_SERVER_LOCAL_PORT::writer().

void RCS_FAR* REMOTE_WRITE_REQUEST::data
 

Definition at line 143 of file rem_msg.hh.

Referenced by CMS_SERVER::CMS_SERVER(), CMS_SERVER::initialize_write_request_space(), RPCMEM::write(), RPCMEM::write_if_read(), and CMS_SERVER::~CMS_SERVER().

void* REMOTE_WRITE_REQUEST::_nml
 

Definition at line 144 of file rem_msg.hh.


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