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

EMC_SPINDLE_ON Class Reference

#include <emc.hh>

Inheritance diagram for EMC_SPINDLE_ON:

Inheritance graph
[legend]
Collaboration diagram for EMC_SPINDLE_ON:

Collaboration graph
[legend]

Public Methods

 EMC_SPINDLE_ON ()
void update (CMS *cms)

Data Fields

double speed

Constructor & Destructor Documentation

EMC_SPINDLE_ON::EMC_SPINDLE_ON   [inline]
 

Definition at line 2276 of file emc.hh.


Member Function Documentation

void EMC_SPINDLE_ON::update CMS *    cms
 

Reimplemented from EMC_SPINDLE_CMD_MSG.

Definition at line 2427 of file emc.cc.

02428 {
02429 
02430         EMC_SPINDLE_CMD_MSG::update(cms);
02431         cms->update(speed);
02432 
02433 }


Field Documentation

double EMC_SPINDLE_ON::speed
 

Definition at line 2281 of file emc.hh.

Referenced by EMC_TOOL_MODULE::SPINDLE_ON(), START_SPINDLE_CLOCKWISE(), START_SPINDLE_COUNTERCLOCKWISE(), emcSpindleOn(), emcTaskIssueCommand(), main(), sendSpindleForward(), and sendSpindleReverse().


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