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

EMC_TRAJ_SET_UNITS Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TRAJ_SET_UNITS:

Inheritance graph
[legend]
Collaboration diagram for EMC_TRAJ_SET_UNITS:

Collaboration graph
[legend]

Public Methods

 EMC_TRAJ_SET_UNITS ()
void update (CMS *cms)

Data Fields

double linearUnits
double angularUnits

Constructor & Destructor Documentation

EMC_TRAJ_SET_UNITS::EMC_TRAJ_SET_UNITS   [inline]
 

Definition at line 1278 of file emc.hh.


Member Function Documentation

void EMC_TRAJ_SET_UNITS::update CMS *    cms
 

Reimplemented from EMC_TRAJ_CMD_MSG.

Definition at line 2303 of file emc.cc.

02304 {
02305 
02306         EMC_TRAJ_CMD_MSG::update(cms);
02307         cms->update(linearUnits);
02308         cms->update(angularUnits);
02309 
02310 }


Field Documentation

double EMC_TRAJ_SET_UNITS::angularUnits
 

Definition at line 1284 of file emc.hh.

double EMC_TRAJ_SET_UNITS::linearUnits
 

Definition at line 1283 of file emc.hh.


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