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

EMC_AUX_AIO_WRITE Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AUX_AIO_WRITE:

Inheritance graph
[legend]
Collaboration diagram for EMC_AUX_AIO_WRITE:

Collaboration graph
[legend]

Public Methods

 EMC_AUX_AIO_WRITE ()
void update (CMS *cms)

Data Fields

int index
double value

Constructor & Destructor Documentation

EMC_AUX_AIO_WRITE::EMC_AUX_AIO_WRITE   [inline]
 

Definition at line 2173 of file emc.hh.


Member Function Documentation

void EMC_AUX_AIO_WRITE::update CMS *    cms
 

Reimplemented from EMC_AUX_CMD_MSG.

Definition at line 926 of file emc.cc.

00927 {
00928 
00929         EMC_AUX_CMD_MSG::update(cms);
00930         cms->update(index);
00931         cms->update(value);
00932 
00933 }


Field Documentation

int EMC_AUX_AIO_WRITE::index
 

Definition at line 2178 of file emc.hh.

Referenced by EMC_AUX_MODULE::AIO_WRITE(), and main().

double EMC_AUX_AIO_WRITE::value
 

Definition at line 2179 of file emc.hh.

Referenced by EMC_AUX_MODULE::AIO_WRITE(), and main().


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