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

EMC_AXIS_ABS_JOG Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AXIS_ABS_JOG:

Inheritance graph
[legend]
Collaboration diagram for EMC_AXIS_ABS_JOG:

Collaboration graph
[legend]

Public Methods

 EMC_AXIS_ABS_JOG ()
void update (CMS *cms)

Data Fields

double pos
double vel

Constructor & Destructor Documentation

EMC_AXIS_ABS_JOG::EMC_AXIS_ABS_JOG   [inline]
 

Definition at line 1121 of file emc.hh.


Member Function Documentation

void EMC_AXIS_ABS_JOG::update CMS *    cms
 

Reimplemented from EMC_AXIS_CMD_MSG.

Definition at line 1077 of file emc.cc.

01078 {
01079 
01080         EMC_AXIS_CMD_MSG::update(cms);
01081         cms->update(pos);
01082         cms->update(vel);
01083 
01084 }


Field Documentation

double EMC_AXIS_ABS_JOG::pos
 

Definition at line 1126 of file emc.hh.

Referenced by emcTaskIssueCommand(), and main().

double EMC_AXIS_ABS_JOG::vel
 

Definition at line 1127 of file emc.hh.

Referenced by emcTaskIssueCommand(), and main().


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