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

EMC_TOOL_SET_OFFSET Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TOOL_SET_OFFSET:

Inheritance graph
[legend]
Collaboration diagram for EMC_TOOL_SET_OFFSET:

Collaboration graph
[legend]

Public Methods

 EMC_TOOL_SET_OFFSET ()
void update (CMS *cms)

Data Fields

int tool
double length
double diameter

Constructor & Destructor Documentation

EMC_TOOL_SET_OFFSET::EMC_TOOL_SET_OFFSET   [inline]
 

Definition at line 2085 of file emc.hh.


Member Function Documentation

void EMC_TOOL_SET_OFFSET::update CMS *    cms
 

Reimplemented from EMC_TOOL_CMD_MSG.

Definition at line 1710 of file emc.cc.

01711 {
01712 
01713         EMC_TOOL_CMD_MSG::update(cms);
01714         cms->update(tool);
01715         cms->update(length);
01716         cms->update(diameter);
01717 
01718 }


Field Documentation

double EMC_TOOL_SET_OFFSET::diameter
 

Definition at line 2092 of file emc.hh.

Referenced by EMC_TOOL_MODULE::TOOL_SET_OFFSET(), emcTaskIssueCommand(), emcToolSetOffset(), and sendToolSetOffset().

double EMC_TOOL_SET_OFFSET::length
 

Definition at line 2091 of file emc.hh.

Referenced by EMC_TOOL_MODULE::TOOL_SET_OFFSET(), emcTaskIssueCommand(), emcToolSetOffset(), and sendToolSetOffset().

int EMC_TOOL_SET_OFFSET::tool
 

Definition at line 2090 of file emc.hh.

Referenced by EMC_TOOL_MODULE::TOOL_SET_OFFSET(), emcTaskIssueCommand(), emcToolSetOffset(), and sendToolSetOffset().


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