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

EMC_TRAJ_DELAY Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TRAJ_DELAY:

Inheritance graph
[legend]
Collaboration diagram for EMC_TRAJ_DELAY:

Collaboration graph
[legend]

Public Methods

 EMC_TRAJ_DELAY ()
void update (CMS *cms)

Data Fields

double delay

Constructor & Destructor Documentation

EMC_TRAJ_DELAY::EMC_TRAJ_DELAY   [inline]
 

Definition at line 1461 of file emc.hh.


Member Function Documentation

void EMC_TRAJ_DELAY::update CMS *    cms
 

Reimplemented from EMC_TRAJ_CMD_MSG.

Definition at line 1063 of file emc.cc.

01064 {
01065 
01066         EMC_TRAJ_CMD_MSG::update(cms);
01067         cms->update(delay);
01068 
01069 }


Field Documentation

double EMC_TRAJ_DELAY::delay
 

Definition at line 1466 of file emc.hh.

Referenced by DWELL(), and emcTaskIssueCommand().


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