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

EMC_AXIS_JOG Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AXIS_JOG:

Inheritance graph
[legend]
Collaboration diagram for EMC_AXIS_JOG:

Collaboration graph
[legend]

Public Methods

 EMC_AXIS_JOG ()
void update (CMS *cms)

Data Fields

double vel

Constructor & Destructor Documentation

EMC_AXIS_JOG::EMC_AXIS_JOG   [inline]
 

Definition at line 1098 of file emc.hh.


Member Function Documentation

void EMC_AXIS_JOG::update CMS *    cms
 

Reimplemented from EMC_AXIS_CMD_MSG.

Definition at line 1534 of file emc.cc.

01535 {
01536 
01537         EMC_AXIS_CMD_MSG::update(cms);
01538         cms->update(vel);
01539 
01540 }


Field Documentation

double EMC_AXIS_JOG::vel
 

Definition at line 1103 of file emc.hh.

Referenced by emcTaskIssueCommand(), main(), and sendJogCont().


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