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


Public Methods | |
| EMC_TRAJ_PROBE () | |
| void | update (CMS *cms) |
Data Fields | |
| EmcPose | pos |
|
|
Definition at line 1597 of file emc.hh. 01597 : EMC_TRAJ_CMD_MSG(EMC_TRAJ_PROBE_TYPE, sizeof(EMC_TRAJ_PROBE)) {}; |
|
|
Reimplemented from EMC_TRAJ_CMD_MSG. Definition at line 3199 of file emc.cc. 03200 {
03201
03202 EMC_TRAJ_CMD_MSG::update(cms);
03203 EmcPose_update(cms,&pos);
03204
03205 }
|
|
|
Definition at line 1602 of file emc.hh. Referenced by STRAIGHT_PROBE(), and sendProbe().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001