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

CH3_STATUS Class Reference

#include <demon.h>

Inheritance diagram for CH3_STATUS:

Inheritance graph
[legend]
Collaboration diagram for CH3_STATUS:

Collaboration graph
[legend]

Public Methods

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

Data Fields

char buf [DEMO_MSG_BUF_SIZE]

Constructor & Destructor Documentation

CH3_STATUS::CH3_STATUS  
 

Definition at line 169 of file demon.cc.

00169                        :
00170 RCS_STAT_MSG (CH3_STATUS_TYPE, sizeof (CH3_STATUS))
00171 {
00172 
00173 }

CH3_STATUS::~CH3_STATUS   [inline]
 

Definition at line 132 of file demon.h.

00132 {};


Member Function Documentation

void CH3_STATUS::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 176 of file demon.cc.

00177 {
00178   cms->update (buf, DEMO_MSG_BUF_SIZE);
00179 }


Field Documentation

char CH3_STATUS::buf[DEMO_MSG_BUF_SIZE]
 

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