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

CH1_STATUS Class Reference

#include <demon.h>

Inheritance diagram for CH1_STATUS:

Inheritance graph
[legend]
Collaboration diagram for CH1_STATUS:

Collaboration graph
[legend]

Public Methods

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

Data Fields

char buf [DEMO_MSG_BUF_SIZE]

Constructor & Destructor Documentation

CH1_STATUS::CH1_STATUS  
 

Definition at line 145 of file demon.cc.

00145                        :
00146 RCS_STAT_MSG (CH1_STATUS_TYPE, sizeof (CH1_STATUS))
00147 {
00148 
00149 }

CH1_STATUS::~CH1_STATUS   [inline]
 

Definition at line 108 of file demon.h.

00108 {};


Member Function Documentation

void CH1_STATUS::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 152 of file demon.cc.

00153 {
00154   cms->update (buf, DEMO_MSG_BUF_SIZE);
00155 }


Field Documentation

char CH1_STATUS::buf[DEMO_MSG_BUF_SIZE]
 

Definition at line 111 of file demon.h.


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