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

EMC_SET_POLARITY Class Reference

#include <emc.hh>

Inheritance diagram for EMC_SET_POLARITY:

Inheritance graph
[legend]
Collaboration diagram for EMC_SET_POLARITY:

Collaboration graph
[legend]

Public Methods

 EMC_SET_POLARITY ()
void update (CMS *cms)

Data Fields

int value
int polarity

Constructor & Destructor Documentation

EMC_SET_POLARITY::EMC_SET_POLARITY   [inline]
 

Definition at line 2613 of file emc.hh.

02613 : RCS_CMD_MSG(EMC_SET_POLARITY_TYPE, sizeof(EMC_SET_POLARITY)) {};


Member Function Documentation

void EMC_SET_POLARITY::update CMS *    cms
 

Definition at line 2899 of file emc.cc.

02900 {
02901         cms->update(value);
02902         cms->update(polarity);
02903 
02904 }


Field Documentation

int EMC_SET_POLARITY::polarity
 

Definition at line 2619 of file emc.hh.

int EMC_SET_POLARITY::value
 

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