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

EMC_MOTION_SET_AOUT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_MOTION_SET_AOUT:

Inheritance graph
[legend]
Collaboration diagram for EMC_MOTION_SET_AOUT:

Collaboration graph
[legend]

Public Methods

 EMC_MOTION_SET_AOUT ()
void update (CMS *cms)

Data Fields

unsigned char index
double start
double end

Constructor & Destructor Documentation

EMC_MOTION_SET_AOUT::EMC_MOTION_SET_AOUT   [inline]
 

Definition at line 1702 of file emc.hh.


Member Function Documentation

void EMC_MOTION_SET_AOUT::update CMS *    cms
 

Reimplemented from EMC_MOTION_CMD_MSG.

Definition at line 1615 of file emc.cc.

01616 {
01617 
01618         EMC_MOTION_CMD_MSG::update(cms);
01619         cms->update(index);
01620         cms->update(start);
01621         cms->update(end);
01622 
01623 }


Field Documentation

double EMC_MOTION_SET_AOUT::end
 

Definition at line 1709 of file emc.hh.

unsigned char EMC_MOTION_SET_AOUT::index
 

Definition at line 1707 of file emc.hh.

double EMC_MOTION_SET_AOUT::start
 

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