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

EMC_HALT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_HALT:

Inheritance graph
[legend]
Collaboration diagram for EMC_HALT:

Collaboration graph
[legend]

Public Methods

 EMC_HALT ()
void update (CMS *cms)

Constructor & Destructor Documentation

EMC_HALT::EMC_HALT   [inline]
 

Definition at line 2731 of file emc.hh.

02731 : EMC_CMD_MSG(EMC_HALT_TYPE, sizeof(EMC_HALT)) {};


Member Function Documentation

void EMC_HALT::update CMS *    cms
 

Reimplemented from EMC_CMD_MSG.

Definition at line 2570 of file emc.cc.

02571 {
02572 
02573         EMC_CMD_MSG::update(cms);
02574 
02575 }


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