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

EMC_TRAJ_SET_CYCLE_TIME Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TRAJ_SET_CYCLE_TIME:

Inheritance graph
[legend]
Collaboration diagram for EMC_TRAJ_SET_CYCLE_TIME:

Collaboration graph
[legend]

Public Methods

 EMC_TRAJ_SET_CYCLE_TIME ()
void update (CMS *cms)

Data Fields

double cycleTime

Constructor & Destructor Documentation

EMC_TRAJ_SET_CYCLE_TIME::EMC_TRAJ_SET_CYCLE_TIME   [inline]
 

Definition at line 1301 of file emc.hh.


Member Function Documentation

void EMC_TRAJ_SET_CYCLE_TIME::update CMS *    cms
 

Reimplemented from EMC_TRAJ_CMD_MSG.

Definition at line 1434 of file emc.cc.

01435 {
01436 
01437         EMC_TRAJ_CMD_MSG::update(cms);
01438         cms->update(cycleTime);
01439 
01440 }


Field Documentation

double EMC_TRAJ_SET_CYCLE_TIME::cycleTime
 

Definition at line 1306 of file emc.hh.


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