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

EMC_TRAJ_SET_VELOCITY Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TRAJ_SET_VELOCITY:

Inheritance graph
[legend]
Collaboration diagram for EMC_TRAJ_SET_VELOCITY:

Collaboration graph
[legend]

Public Methods

 EMC_TRAJ_SET_VELOCITY ()
void update (CMS *cms)

Data Fields

double velocity

Constructor & Destructor Documentation

EMC_TRAJ_SET_VELOCITY::EMC_TRAJ_SET_VELOCITY   [inline]
 

Definition at line 1323 of file emc.hh.


Member Function Documentation

void EMC_TRAJ_SET_VELOCITY::update CMS *    cms
 

Reimplemented from EMC_TRAJ_CMD_MSG.

Definition at line 1274 of file emc.cc.

01275 {
01276 
01277         EMC_TRAJ_CMD_MSG::update(cms);
01278         cms->update(velocity);
01279 
01280 }


Field Documentation

double EMC_TRAJ_SET_VELOCITY::velocity
 

Definition at line 1328 of file emc.hh.

Referenced by emcTaskIssueCommand(), and properVelocity().


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