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

NML_OPERATOR_REQUEST Class Reference

#include <nml_oi.hh>

Inheritance diagram for NML_OPERATOR_REQUEST:

Inheritance graph
[legend]
Collaboration diagram for NML_OPERATOR_REQUEST:

Collaboration graph
[legend]

Public Methods

 NML_OPERATOR_REQUEST ()
 ~NML_OPERATOR_REQUEST ()
void update (CMS *cms)

Data Fields

int key
char request [NML_OPERATOR_REQUEST_LEN]

Constructor & Destructor Documentation

NML_OPERATOR_REQUEST::NML_OPERATOR_REQUEST   [inline]
 

Definition at line 84 of file nml_oi.hh.

00084                          :NMLmsg (NML_OPERATOR_REQUEST_TYPE,
00085                                   sizeof (NML_OPERATOR_REQUEST))
00086   {
00087   };

NML_OPERATOR_REQUEST::~NML_OPERATOR_REQUEST   [inline]
 

Definition at line 88 of file nml_oi.hh.

00089   {
00090   };


Member Function Documentation

void NML_OPERATOR_REQUEST::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 34 of file nml_oi.cc.

00035 {
00036   cms->update (key);
00037   cms->update (request, NML_OPERATOR_REQUEST_LEN);
00038 }


Field Documentation

int NML_OPERATOR_REQUEST::key
 

Definition at line 93 of file nml_oi.hh.

char NML_OPERATOR_REQUEST::request[NML_OPERATOR_REQUEST_LEN]
 

Definition at line 94 of file nml_oi.hh.


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