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

EMC_COOLANT_STAT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_COOLANT_STAT:

Inheritance graph
[legend]
Collaboration diagram for EMC_COOLANT_STAT:

Collaboration graph
[legend]

Public Methods

 EMC_COOLANT_STAT ()
void update (CMS *cms)

Data Fields

int mist
int flood

Constructor & Destructor Documentation

EMC_COOLANT_STAT::EMC_COOLANT_STAT  
 

Definition at line 194 of file emcops.cc.

00194                                    : EMC_COOLANT_STAT_MSG(EMC_COOLANT_STAT_TYPE, sizeof(EMC_COOLANT_STAT))
00195 {
00196   mist = 0;
00197   flood = 0;
00198 }


Member Function Documentation

void EMC_COOLANT_STAT::update CMS *    cms
 

Reimplemented from EMC_COOLANT_STAT_MSG.

Definition at line 3102 of file emc.cc.

Referenced by EMC_IO_STAT::update().

03103 {
03104 
03105         EMC_COOLANT_STAT_MSG::update(cms);
03106         cms->update(mist);
03107         cms->update(flood);
03108 
03109 }


Field Documentation

int EMC_COOLANT_STAT::flood
 

Definition at line 2502 of file emc.hh.

Referenced by EMC_COOLANT_MODULE::POST_PROCESS().

int EMC_COOLANT_STAT::mist
 

Definition at line 2501 of file emc.hh.

Referenced by EMC_COOLANT_MODULE::POST_PROCESS().


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