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

EMC_SET_AIO_INDEX Class Reference

#include <emc.hh>

Inheritance diagram for EMC_SET_AIO_INDEX:

Inheritance graph
[legend]
Collaboration diagram for EMC_SET_AIO_INDEX:

Collaboration graph
[legend]

Public Methods

 EMC_SET_AIO_INDEX ()
void update (CMS *cms)

Data Fields

int value
int index

Constructor & Destructor Documentation

EMC_SET_AIO_INDEX::EMC_SET_AIO_INDEX   [inline]
 

Definition at line 2601 of file emc.hh.

02601 : RCS_CMD_MSG(EMC_SET_AIO_INDEX_TYPE, sizeof(EMC_SET_AIO_INDEX)) {};


Member Function Documentation

void EMC_SET_AIO_INDEX::update CMS *    cms
 

Definition at line 2531 of file emc.cc.

02532 {
02533         cms->update(value);
02534         cms->update(index);
02535 
02536 }


Field Documentation

int EMC_SET_AIO_INDEX::index
 

Definition at line 2607 of file emc.hh.

int EMC_SET_AIO_INDEX::value
 

Definition at line 2606 of file emc.hh.


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