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

EMC_MOTION_SET_DOUT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_MOTION_SET_DOUT:

Inheritance graph
[legend]
Collaboration diagram for EMC_MOTION_SET_DOUT:

Collaboration graph
[legend]

Public Methods

 EMC_MOTION_SET_DOUT ()
void update (CMS *cms)

Data Fields

unsigned char index
unsigned char start
unsigned char end

Constructor & Destructor Documentation

EMC_MOTION_SET_DOUT::EMC_MOTION_SET_DOUT   [inline]
 

Definition at line 1715 of file emc.hh.


Member Function Documentation

void EMC_MOTION_SET_DOUT::update CMS *    cms
 

Reimplemented from EMC_MOTION_CMD_MSG.

Definition at line 3317 of file emc.cc.

03318 {
03319 
03320         EMC_MOTION_CMD_MSG::update(cms);
03321         cms->update(index);
03322         cms->update(start);
03323         cms->update(end);
03324 
03325 }


Field Documentation

unsigned char EMC_MOTION_SET_DOUT::end
 

Definition at line 1722 of file emc.hh.

unsigned char EMC_MOTION_SET_DOUT::index
 

Definition at line 1720 of file emc.hh.

unsigned char EMC_MOTION_SET_DOUT::start
 

Definition at line 1721 of file emc.hh.


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