#include <emc.hh>
Inheritance diagram for EMC_COOLANT_STAT:


Public Methods | |
| EMC_COOLANT_STAT () | |
| void | update (CMS *cms) |
Data Fields | |
| int | mist |
| int | flood |
|
|
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 } |
|
|
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 }
|
|
|
Definition at line 2502 of file emc.hh. Referenced by EMC_COOLANT_MODULE::POST_PROCESS().
|
|
|
Definition at line 2501 of file emc.hh. Referenced by EMC_COOLANT_MODULE::POST_PROCESS().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001