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

EMC_AXIS_INCR_JOG Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AXIS_INCR_JOG:

Inheritance graph
[legend]
Collaboration diagram for EMC_AXIS_INCR_JOG:

Collaboration graph
[legend]

Public Methods

 EMC_AXIS_INCR_JOG ()
void update (CMS *cms)

Data Fields

double incr
double vel

Constructor & Destructor Documentation

EMC_AXIS_INCR_JOG::EMC_AXIS_INCR_JOG   [inline]
 

Definition at line 1109 of file emc.hh.


Member Function Documentation

void EMC_AXIS_INCR_JOG::update CMS *    cms
 

Reimplemented from EMC_AXIS_CMD_MSG.

Definition at line 2343 of file emc.cc.

02344 {
02345 
02346         EMC_AXIS_CMD_MSG::update(cms);
02347         cms->update(incr);
02348         cms->update(vel);
02349 
02350 }


Field Documentation

double EMC_AXIS_INCR_JOG::incr
 

Definition at line 1114 of file emc.hh.

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

double EMC_AXIS_INCR_JOG::vel
 

Definition at line 1115 of file emc.hh.

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


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