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

EMC_AXIS_SET_MAX_POSITION_LIMIT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AXIS_SET_MAX_POSITION_LIMIT:

Inheritance graph
[legend]
Collaboration diagram for EMC_AXIS_SET_MAX_POSITION_LIMIT:

Collaboration graph
[legend]

Public Methods

 EMC_AXIS_SET_MAX_POSITION_LIMIT ()
void update (CMS *cms)

Data Fields

double limit

Constructor & Destructor Documentation

EMC_AXIS_SET_MAX_POSITION_LIMIT::EMC_AXIS_SET_MAX_POSITION_LIMIT   [inline]
 

Definition at line 945 of file emc.hh.


Member Function Documentation

void EMC_AXIS_SET_MAX_POSITION_LIMIT::update CMS *    cms
 

Reimplemented from EMC_AXIS_CMD_MSG.

Definition at line 1744 of file emc.cc.

01745 {
01746 
01747         EMC_AXIS_CMD_MSG::update(cms);
01748         cms->update(limit);
01749 
01750 }


Field Documentation

double EMC_AXIS_SET_MAX_POSITION_LIMIT::limit
 

Definition at line 950 of file emc.hh.

Referenced by emcTaskIssueCommand().


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