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

NML_TEXT Class Reference

#include <nml_oi.hh>

Inheritance diagram for NML_TEXT:

Inheritance graph
[legend]
Collaboration diagram for NML_TEXT:

Collaboration graph
[legend]

Public Methods

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

Data Fields

char text [NML_TEXT_LEN]

Constructor & Destructor Documentation

NML_TEXT::NML_TEXT   [inline]
 

Definition at line 56 of file nml_oi.hh.

00056              :NMLmsg (NML_TEXT_TYPE, sizeof (NML_TEXT))
00057   {
00058   };

NML_TEXT::~NML_TEXT   [inline]
 

Definition at line 59 of file nml_oi.hh.

00060   {
00061   };


Member Function Documentation

void NML_TEXT::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 22 of file nml_oi.cc.

00023 {
00024   cms->update (text, NML_TEXT_LEN);
00025 }


Field Documentation

char NML_TEXT::text[NML_TEXT_LEN]
 

Definition at line 64 of file nml_oi.hh.

Referenced by NML_MODULE::logText(), and logTextToNML().


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