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

CH2_STATUS Class Reference

#include <demon.h>

Inheritance diagram for CH2_STATUS:

Inheritance graph
[legend]
Collaboration diagram for CH2_STATUS:

Collaboration graph
[legend]

Public Methods

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

Data Fields

char buf [DEMO_MSG_BUF_SIZE]

Constructor & Destructor Documentation

CH2_STATUS::CH2_STATUS  
 

Definition at line 157 of file demon.cc.

00157                        :
00158 RCS_STAT_MSG (CH2_STATUS_TYPE, sizeof (CH2_STATUS))
00159 {
00160 
00161 }

CH2_STATUS::~CH2_STATUS   [inline]
 

Definition at line 120 of file demon.h.

00120 {};


Member Function Documentation

void CH2_STATUS::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 164 of file demon.cc.

00165 {
00166   cms->update (buf, DEMO_MSG_BUF_SIZE);
00167 }


Field Documentation

char CH2_STATUS::buf[DEMO_MSG_BUF_SIZE]
 

Definition at line 123 of file demon.h.


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