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

EMC_AUX_DIO_WRITE Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AUX_DIO_WRITE:

Inheritance graph
[legend]
Collaboration diagram for EMC_AUX_DIO_WRITE:

Collaboration graph
[legend]

Public Methods

 EMC_AUX_DIO_WRITE ()
void update (CMS *cms)

Data Fields

int index
int value

Constructor & Destructor Documentation

EMC_AUX_DIO_WRITE::EMC_AUX_DIO_WRITE   [inline]
 

Definition at line 2161 of file emc.hh.


Member Function Documentation

void EMC_AUX_DIO_WRITE::update CMS *    cms
 

Reimplemented from EMC_AUX_CMD_MSG.

Definition at line 1024 of file emc.cc.

01025 {
01026 
01027         EMC_AUX_CMD_MSG::update(cms);
01028         cms->update(index);
01029         cms->update(value);
01030 
01031 }


Field Documentation

int EMC_AUX_DIO_WRITE::index
 

Definition at line 2166 of file emc.hh.

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

int EMC_AUX_DIO_WRITE::value
 

Definition at line 2167 of file emc.hh.

Referenced by EMC_AUX_MODULE::DIO_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