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

EMC_AXIS_SET_MAX_VELOCITY Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AXIS_SET_MAX_VELOCITY:

Inheritance graph
[legend]
Collaboration diagram for EMC_AXIS_SET_MAX_VELOCITY:

Collaboration graph
[legend]

Public Methods

 EMC_AXIS_SET_MAX_VELOCITY ()
void update (CMS *cms)

Data Fields

double vel

Constructor & Destructor Documentation

EMC_AXIS_SET_MAX_VELOCITY::EMC_AXIS_SET_MAX_VELOCITY   [inline]
 

Definition at line 1033 of file emc.hh.


Member Function Documentation

void EMC_AXIS_SET_MAX_VELOCITY::update CMS *    cms
 

Reimplemented from EMC_AXIS_CMD_MSG.

Definition at line 2544 of file emc.cc.

02545 {
02546 
02547         EMC_AXIS_CMD_MSG::update(cms);
02548         cms->update(vel);
02549 
02550 }


Field Documentation

double EMC_AXIS_SET_MAX_VELOCITY::vel
 

Definition at line 1038 of file emc.hh.


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