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

EMC_AXIS_SET_OUTPUT_SCALE Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AXIS_SET_OUTPUT_SCALE:

Inheritance graph
[legend]
Collaboration diagram for EMC_AXIS_SET_OUTPUT_SCALE:

Collaboration graph
[legend]

Public Methods

 EMC_AXIS_SET_OUTPUT_SCALE ()
void update (CMS *cms)

Data Fields

double scale
double offset

Constructor & Destructor Documentation

EMC_AXIS_SET_OUTPUT_SCALE::EMC_AXIS_SET_OUTPUT_SCALE   [inline]
 

Definition at line 923 of file emc.hh.


Member Function Documentation

void EMC_AXIS_SET_OUTPUT_SCALE::update CMS *    cms
 

Reimplemented from EMC_AXIS_CMD_MSG.

Definition at line 2412 of file emc.cc.

02413 {
02414 
02415         EMC_AXIS_CMD_MSG::update(cms);
02416         cms->update(scale);
02417         cms->update(offset);
02418 
02419 }


Field Documentation

double EMC_AXIS_SET_OUTPUT_SCALE::offset
 

Definition at line 928 of file emc.hh.

Referenced by emcTaskIssueCommand(), and sendAxisSetOutputScale().

double EMC_AXIS_SET_OUTPUT_SCALE::scale
 

Definition at line 928 of file emc.hh.

Referenced by emcTaskIssueCommand(), and sendAxisSetOutputScale().


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