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

EMC_ABORT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_ABORT:

Inheritance graph
[legend]
Collaboration diagram for EMC_ABORT:

Collaboration graph
[legend]

Public Methods

 EMC_ABORT ()
void update (CMS *cms)

Constructor & Destructor Documentation

EMC_ABORT::EMC_ABORT   [inline]
 

Definition at line 2740 of file emc.hh.

02740 : EMC_CMD_MSG(EMC_ABORT_TYPE, sizeof(EMC_ABORT)) {};


Member Function Documentation

void EMC_ABORT::update CMS *    cms
 

Reimplemented from EMC_CMD_MSG.

Definition at line 2028 of file emc.cc.

02029 {
02030 
02031         EMC_CMD_MSG::update(cms);
02032 
02033 }


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