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

EMC_IO_SET_CYCLE_TIME Class Reference

#include <emc.hh>

Inheritance diagram for EMC_IO_SET_CYCLE_TIME:

Inheritance graph
[legend]
Collaboration diagram for EMC_IO_SET_CYCLE_TIME:

Collaboration graph
[legend]

Public Methods

 EMC_IO_SET_CYCLE_TIME ()
void update (CMS *cms)

Data Fields

double cycleTime

Constructor & Destructor Documentation

EMC_IO_SET_CYCLE_TIME::EMC_IO_SET_CYCLE_TIME   [inline]
 

Definition at line 2664 of file emc.hh.


Member Function Documentation

void EMC_IO_SET_CYCLE_TIME::update CMS *    cms
 

Reimplemented from EMC_IO_CMD_MSG.

Definition at line 3358 of file emc.cc.

03359 {
03360 
03361         EMC_IO_CMD_MSG::update(cms);
03362         cms->update(cycleTime);
03363 
03364 }


Field Documentation

double EMC_IO_SET_CYCLE_TIME::cycleTime
 

Definition at line 2669 of file emc.hh.


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