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

EMC_AXIS_SET_AXIS Class Reference

#include <emc.hh>

Inheritance diagram for EMC_AXIS_SET_AXIS:

Inheritance graph
[legend]
Collaboration diagram for EMC_AXIS_SET_AXIS:

Collaboration graph
[legend]

Public Methods

 EMC_AXIS_SET_AXIS ()
void update (CMS *cms)

Data Fields

unsigned char axisType

Detailed Description

Set the axis type to linear or angular. Similiar to the AXIS_TYPE field in the ".ini" file.

Definition at line 796 of file emc.hh.


Constructor & Destructor Documentation

EMC_AXIS_SET_AXIS::EMC_AXIS_SET_AXIS   [inline]
 

Definition at line 799 of file emc.hh.


Member Function Documentation

void EMC_AXIS_SET_AXIS::update CMS *    cms
 

Reimplemented from EMC_AXIS_CMD_MSG.

Definition at line 1683 of file emc.cc.

01684 {
01685 
01686         EMC_AXIS_CMD_MSG::update(cms);
01687         cms->update(axisType);
01688 
01689 }


Field Documentation

unsigned char EMC_AXIS_SET_AXIS::axisType
 

Definition at line 805 of file emc.hh.


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