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

EMC_MOTION_STAT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_MOTION_STAT:

Inheritance graph
[legend]
Collaboration diagram for EMC_MOTION_STAT:

Collaboration graph
[legend]

Public Methods

 EMC_MOTION_STAT ()
void update (CMS *cms)

Data Fields

EMC_TRAJ_STAT traj
EMC_AXIS_STAT axis [EMC_AXIS_MAX]
int debug

Constructor & Destructor Documentation

EMC_MOTION_STAT::EMC_MOTION_STAT   [inline]
 

Definition at line 1746 of file emc.hh.


Member Function Documentation

void EMC_MOTION_STAT::update CMS *    cms
 

Reimplemented from EMC_MOTION_STAT_MSG.

Definition at line 2964 of file emc.cc.

Referenced by EMC_STAT::update().

02965 {
02966 
02967         EMC_MOTION_STAT_MSG::update(cms);
02968         traj.update(cms);
02969         for(int i_axis = 0;i_axis < 8 ;i_axis++)
02970                 axis[i_axis].update(cms);
02971         cms->update(debug);
02972 
02973 }


Field Documentation

EMC_AXIS_STAT EMC_MOTION_STAT::axis[EMC_AXIS_MAX]
 

Definition at line 1753 of file emc.hh.

Referenced by emcMotionUpdate().

int EMC_MOTION_STAT::debug
 

Definition at line 1755 of file emc.hh.

Referenced by emcMotionUpdate().

EMC_TRAJ_STAT EMC_MOTION_STAT::traj
 

Definition at line 1752 of file emc.hh.

Referenced by emcMotionUpdate().


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