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

CH2_INIT Class Reference

#include <demon.h>

Inheritance diagram for CH2_INIT:

Inheritance graph
[legend]
Collaboration diagram for CH2_INIT:

Collaboration graph
[legend]

Public Methods

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

Data Fields

char buf [DEMO_MSG_BUF_SIZE]

Constructor & Destructor Documentation

CH2_INIT::CH2_INIT  
 

Definition at line 96 of file demon.cc.

00096                    :RCS_CMD_MSG (CH2_INIT_TYPE, sizeof (CH2_INIT))
00097 {
00098 
00099 }

CH2_INIT::~CH2_INIT   [inline]
 

Definition at line 60 of file demon.h.

00060 {};


Member Function Documentation

void CH2_INIT::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 102 of file demon.cc.

00103 {
00104   cms->update (buf, DEMO_MSG_BUF_SIZE);
00105 }


Field Documentation

char CH2_INIT::buf[DEMO_MSG_BUF_SIZE]
 

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