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

EMC_SET_DIO_INDEX Class Reference

#include <emc.hh>

Inheritance diagram for EMC_SET_DIO_INDEX:

Inheritance graph
[legend]
Collaboration diagram for EMC_SET_DIO_INDEX:

Collaboration graph
[legend]

Public Methods

 EMC_SET_DIO_INDEX ()
void update (CMS *cms)

Data Fields

int value
int index

Constructor & Destructor Documentation

EMC_SET_DIO_INDEX::EMC_SET_DIO_INDEX   [inline]
 

Definition at line 2589 of file emc.hh.

02589 : RCS_CMD_MSG(EMC_SET_DIO_INDEX_TYPE, sizeof(EMC_SET_DIO_INDEX)) {};


Member Function Documentation

void EMC_SET_DIO_INDEX::update CMS *    cms
 

Definition at line 2583 of file emc.cc.

02584 {
02585         cms->update(value);
02586         cms->update(index);
02587 
02588 }


Field Documentation

int EMC_SET_DIO_INDEX::index
 

Definition at line 2595 of file emc.hh.

int EMC_SET_DIO_INDEX::value
 

Definition at line 2594 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