#include <emc.hh>
Inheritance diagram for EMC_TRAJ_DELAY:


Public Methods | |
| EMC_TRAJ_DELAY () | |
| void | update (CMS *cms) |
Data Fields | |
| double | delay |
|
|
Definition at line 1461 of file emc.hh. 01461 : EMC_TRAJ_CMD_MSG(EMC_TRAJ_DELAY_TYPE, sizeof(EMC_TRAJ_DELAY)) {}; |
|
|
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 }
|
|
|
Definition at line 1466 of file emc.hh. Referenced by DWELL(), and emcTaskIssueCommand().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001