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

NML_ERROR Class Reference

#include <nml_oi.hh>

Inheritance diagram for NML_ERROR:

Inheritance graph
[legend]
Collaboration diagram for NML_ERROR:

Collaboration graph
[legend]

Public Methods

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

Data Fields

char error [NML_ERROR_LEN]

Constructor & Destructor Documentation

NML_ERROR::NML_ERROR   [inline]
 

Definition at line 42 of file nml_oi.hh.

00042               :NMLmsg (NML_ERROR_TYPE, sizeof (NML_ERROR))
00043   {
00044   };

NML_ERROR::~NML_ERROR   [inline]
 

Definition at line 45 of file nml_oi.hh.

00046   {
00047   };


Member Function Documentation

void NML_ERROR::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 16 of file nml_oi.cc.

00017 {
00018   cms->update (error, NML_ERROR_LEN);
00019 }


Field Documentation

char NML_ERROR::error[NML_ERROR_LEN]
 

Definition at line 50 of file nml_oi.hh.

Referenced by NML_MODULE::logError().


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