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

NML_OPERATOR_REPLY Class Reference

#include <nml_oi.hh>

Inheritance diagram for NML_OPERATOR_REPLY:

Inheritance graph
[legend]
Collaboration diagram for NML_OPERATOR_REPLY:

Collaboration graph
[legend]

Public Methods

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

Data Fields

int key
char reply [NML_OPERATOR_REPLY_LEN]

Constructor & Destructor Documentation

NML_OPERATOR_REPLY::NML_OPERATOR_REPLY   [inline]
 

Definition at line 100 of file nml_oi.hh.

00100                        :NMLmsg (NML_OPERATOR_REPLY_TYPE,
00101                                 sizeof (NML_OPERATOR_REPLY))
00102   {
00103   };

NML_OPERATOR_REPLY::~NML_OPERATOR_REPLY   [inline]
 

Definition at line 104 of file nml_oi.hh.

00105   {
00106   };


Member Function Documentation

void NML_OPERATOR_REPLY::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 41 of file nml_oi.cc.

00042 {
00043   cms->update (key);
00044   cms->update (reply, NML_OPERATOR_REPLY_LEN);
00045 }


Field Documentation

int NML_OPERATOR_REPLY::key
 

Definition at line 109 of file nml_oi.hh.

char NML_OPERATOR_REPLY::reply[NML_OPERATOR_REPLY_LEN]
 

Definition at line 110 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