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

EMC_TASK_STAT_MSG Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TASK_STAT_MSG:

Inheritance graph
[legend]
Collaboration diagram for EMC_TASK_STAT_MSG:

Collaboration graph
[legend]

Public Methods

 EMC_TASK_STAT_MSG (NMLTYPE t, size_t s)
void update (CMS *cms)

Data Fields

unsigned long int heartbeat

Constructor & Destructor Documentation

EMC_TASK_STAT_MSG::EMC_TASK_STAT_MSG NMLTYPE    t,
size_t    s
[inline]
 

Definition at line 1929 of file emc.hh.

01929                                         : RCS_STAT_MSG(t, s)
01930   {
01931     heartbeat = 0;
01932   };


Member Function Documentation

void EMC_TASK_STAT_MSG::update CMS *    cms
 

Reimplemented in EMC_TASK_STAT.

Definition at line 1422 of file emc.cc.

Referenced by EMC_TASK_STAT::update().

01423 {
01424         cms->update(heartbeat);
01425 
01426 }


Field Documentation

unsigned long int EMC_TASK_STAT_MSG::heartbeat
 

Definition at line 1937 of file emc.hh.

Referenced by emcTaskUpdate().


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