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

EMC_LUBE_STAT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_LUBE_STAT:

Inheritance graph
[legend]
Collaboration diagram for EMC_LUBE_STAT:

Collaboration graph
[legend]

Public Methods

 EMC_LUBE_STAT ()
void update (CMS *cms)

Data Fields

int on
int level

Constructor & Destructor Documentation

EMC_LUBE_STAT::EMC_LUBE_STAT  
 

Definition at line 200 of file emcops.cc.

00200                              :
00201   EMC_LUBE_STAT_MSG(EMC_LUBE_STAT_TYPE, sizeof(EMC_LUBE_STAT))
00202 {
00203   on = 0;
00204   level = 1;
00205 }


Member Function Documentation

void EMC_LUBE_STAT::update CMS *    cms
 

Reimplemented from EMC_LUBE_STAT_MSG.

Definition at line 2789 of file emc.cc.

Referenced by EMC_IO_STAT::update().

02790 {
02791 
02792         EMC_LUBE_STAT_MSG::update(cms);
02793         cms->update(on);
02794         cms->update(level);
02795 
02796 }


Field Documentation

int EMC_LUBE_STAT::level
 

Definition at line 2581 of file emc.hh.

Referenced by EMC_LUBE_MODULE::POST_PROCESS().

int EMC_LUBE_STAT::on
 

Definition at line 2580 of file emc.hh.

Referenced by EMC_LUBE_MODULE::POST_PROCESS().


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