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

NML_DISPLAY Class Reference

#include <nml_oi.hh>

Inheritance diagram for NML_DISPLAY:

Inheritance graph
[legend]
Collaboration diagram for NML_DISPLAY:

Collaboration graph
[legend]

Public Methods

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

Data Fields

char display [NML_DISPLAY_LEN]

Constructor & Destructor Documentation

NML_DISPLAY::NML_DISPLAY   [inline]
 

Definition at line 70 of file nml_oi.hh.

00070                 :NMLmsg (NML_DISPLAY_TYPE, sizeof (NML_DISPLAY))
00071   {
00072   };

NML_DISPLAY::~NML_DISPLAY   [inline]
 

Definition at line 73 of file nml_oi.hh.

00074   {
00075   };


Member Function Documentation

void NML_DISPLAY::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 28 of file nml_oi.cc.

00029 {
00030   cms->update (display, NML_DISPLAY_LEN);
00031 }


Field Documentation

char NML_DISPLAY::display[NML_DISPLAY_LEN]
 

Definition at line 78 of file nml_oi.hh.

Referenced by NML_MODULE::requestDisplay().


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